Interface CTObjectEmbed
-
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Subinterfaces:
CTObjectLink
public interface CTObjectEmbed extends XmlObject
An XML CT_ObjectEmbed(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTObjectEmbed>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description STObjectDrawAspect.EnumgetDrawAspect()Gets the "drawAspect" attributejava.lang.StringgetFieldCodes()Gets the "fieldCodes" attributejava.lang.StringgetId()Gets the "id" attributejava.lang.StringgetProgId()Gets the "progId" attributejava.lang.StringgetShapeId()Gets the "shapeId" attributebooleanisSetDrawAspect()True if has "drawAspect" attributebooleanisSetFieldCodes()True if has "fieldCodes" attributebooleanisSetProgId()True if has "progId" attributebooleanisSetShapeId()True if has "shapeId" attributevoidsetDrawAspect(STObjectDrawAspect.Enum drawAspect)Sets the "drawAspect" attributevoidsetFieldCodes(java.lang.String fieldCodes)Sets the "fieldCodes" attributevoidsetId(java.lang.String id)Sets the "id" attributevoidsetProgId(java.lang.String progId)Sets the "progId" attributevoidsetShapeId(java.lang.String shapeId)Sets the "shapeId" attributevoidunsetDrawAspect()Unsets the "drawAspect" attributevoidunsetFieldCodes()Unsets the "fieldCodes" attributevoidunsetProgId()Unsets the "progId" attributevoidunsetShapeId()Unsets the "shapeId" attributeSTObjectDrawAspectxgetDrawAspect()Gets (as xml) the "drawAspect" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringxgetFieldCodes()Gets (as xml) the "fieldCodes" attributeSTRelationshipIdxgetId()Gets (as xml) the "id" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringxgetProgId()Gets (as xml) the "progId" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringxgetShapeId()Gets (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" attributevoidxsetId(STRelationshipId id)Sets (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" attribute-
Methods 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 Detail
-
Factory
static final DocumentFactory<CTObjectEmbed> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
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
void setDrawAspect(STObjectDrawAspect.Enum drawAspect)
Sets the "drawAspect" attribute
-
xsetDrawAspect
void xsetDrawAspect(STObjectDrawAspect drawAspect)
Sets (as xml) the "drawAspect" attribute
-
unsetDrawAspect
void unsetDrawAspect()
Unsets the "drawAspect" attribute
-
getId
java.lang.String getId()
Gets the "id" attribute
-
xgetId
STRelationshipId xgetId()
Gets (as xml) the "id" attribute
-
setId
void setId(java.lang.String id)
Sets the "id" attribute
-
xsetId
void xsetId(STRelationshipId id)
Sets (as xml) the "id" attribute
-
getProgId
java.lang.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
void setProgId(java.lang.String progId)
Sets the "progId" attribute
-
xsetProgId
void xsetProgId(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString progId)
Sets (as xml) the "progId" attribute
-
unsetProgId
void unsetProgId()
Unsets the "progId" attribute
-
getShapeId
java.lang.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
void setShapeId(java.lang.String shapeId)
Sets the "shapeId" attribute
-
xsetShapeId
void xsetShapeId(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString shapeId)
Sets (as xml) the "shapeId" attribute
-
unsetShapeId
void unsetShapeId()
Unsets the "shapeId" attribute
-
getFieldCodes
java.lang.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
void setFieldCodes(java.lang.String fieldCodes)
Sets the "fieldCodes" attribute
-
xsetFieldCodes
void xsetFieldCodes(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString fieldCodes)
Sets (as xml) the "fieldCodes" attribute
-
unsetFieldCodes
void unsetFieldCodes()
Unsets the "fieldCodes" attribute
-
-