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 SchemaTypeFields 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" attributebooleanTrue if has "drawAspect" attributebooleanTrue if has "fieldCodes" attributebooleanTrue if has "progId" attributebooleanTrue if has "shapeId" attributevoidsetDrawAspect(STObjectDrawAspect.Enum drawAspect) Sets the "drawAspect" attributevoidsetFieldCodes(String fieldCodes) Sets the "fieldCodes" attributevoidSets the "id" attributevoidSets the "progId" attributevoidsetShapeId(String shapeId) Sets the "shapeId" attributevoidUnsets the "drawAspect" attributevoidUnsets the "fieldCodes" attributevoidUnsets the "progId" attributevoidUnsets the "shapeId" attributeGets (as xml) the "drawAspect" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringGets (as xml) the "fieldCodes" attributexgetId()Gets (as xml) the "id" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringGets (as xml) the "progId" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringGets (as xml) the "shapeId" attributevoidxsetDrawAspect(STObjectDrawAspect drawAspect) Sets (as xml) the "drawAspect" attributevoidxsetFieldCodes(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString fieldCodes) Sets (as xml) the "fieldCodes" attributevoidSets (as xml) the "id" attributevoidxsetProgId(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString progId) Sets (as xml) the "progId" attributevoidxsetShapeId(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, valueHashCodeMethods 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
-