Interface CTObjectEmbed
- All Superinterfaces:
XmlObject
,XmlTokenSource
- All Known Subinterfaces:
CTObjectLink
An XML CT_ObjectEmbed(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTObjectEmbed> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionGets the "drawAspect" attributeGets the "fieldCodes" attributegetId()
Gets the "id" attributeGets the "progId" attributeGets the "shapeId" attributeboolean
True if has "drawAspect" attributeboolean
True if has "fieldCodes" attributeboolean
True if has "progId" attributeboolean
True if has "shapeId" attributevoid
setDrawAspect
(STObjectDrawAspect.Enum drawAspect) Sets the "drawAspect" attributevoid
setFieldCodes
(String fieldCodes) Sets the "fieldCodes" attributevoid
Sets the "id" attributevoid
Sets the "progId" attributevoid
setShapeId
(String shapeId) Sets the "shapeId" attributevoid
Unsets the "drawAspect" attributevoid
Unsets the "fieldCodes" attributevoid
Unsets the "progId" attributevoid
Unsets the "shapeId" attributeGets (as xml) the "drawAspect" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString
Gets (as xml) the "fieldCodes" attributexgetId()
Gets (as xml) the "id" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString
Gets (as xml) the "progId" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString
Gets (as xml) the "shapeId" attributevoid
xsetDrawAspect
(STObjectDrawAspect drawAspect) Sets (as xml) the "drawAspect" attributevoid
xsetFieldCodes
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString fieldCodes) Sets (as xml) the "fieldCodes" attributevoid
Sets (as xml) the "id" attributevoid
xsetProgId
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString progId) Sets (as xml) the "progId" attributevoid
xsetShapeId
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString shapeId) Sets (as xml) the "shapeId" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getDrawAspect
STObjectDrawAspect.Enum getDrawAspect()Gets the "drawAspect" attribute -
xgetDrawAspect
STObjectDrawAspect xgetDrawAspect()Gets (as xml) the "drawAspect" attribute -
isSetDrawAspect
boolean isSetDrawAspect()True if has "drawAspect" attribute -
setDrawAspect
Sets the "drawAspect" attribute -
xsetDrawAspect
Sets (as xml) the "drawAspect" attribute -
unsetDrawAspect
void unsetDrawAspect()Unsets the "drawAspect" attribute -
getId
String getId()Gets the "id" attribute -
xgetId
STRelationshipId xgetId()Gets (as xml) the "id" attribute -
setId
Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute -
getProgId
String getProgId()Gets the "progId" attribute -
xgetProgId
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetProgId()Gets (as xml) the "progId" attribute -
isSetProgId
boolean isSetProgId()True if has "progId" attribute -
setProgId
Sets the "progId" attribute -
unsetProgId
void unsetProgId()Unsets the "progId" attribute -
getShapeId
String getShapeId()Gets the "shapeId" attribute -
xgetShapeId
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetShapeId()Gets (as xml) the "shapeId" attribute -
isSetShapeId
boolean isSetShapeId()True if has "shapeId" attribute -
setShapeId
Sets the "shapeId" attribute -
unsetShapeId
void unsetShapeId()Unsets the "shapeId" attribute -
getFieldCodes
String getFieldCodes()Gets the "fieldCodes" attribute -
xgetFieldCodes
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetFieldCodes()Gets (as xml) the "fieldCodes" attribute -
isSetFieldCodes
boolean isSetFieldCodes()True if has "fieldCodes" attribute -
setFieldCodes
Sets the "fieldCodes" attribute -
unsetFieldCodes
void unsetFieldCodes()Unsets the "fieldCodes" attribute
-