Interface CTInline
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Inline(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "cNvGraphicFramePr" elementAppends and returns a new empty "docPr" elementAppends and returns a new empty "effectExtent" elementAppends and returns a new empty "extent" elementAppends and returns a new empty "graphic" elementGets the "cNvGraphicFramePr" elementlonggetDistB()Gets the "distB" attributelonggetDistL()Gets the "distL" attributelonggetDistR()Gets the "distR" attributelonggetDistT()Gets the "distT" attributegetDocPr()Gets the "docPr" elementGets the "effectExtent" elementGets the "extent" elementGets the "graphic" elementbooleanTrue if has "cNvGraphicFramePr" elementbooleanTrue if has "distB" attributebooleanTrue if has "distL" attributebooleanTrue if has "distR" attributebooleanTrue if has "distT" attributebooleanTrue if has "effectExtent" elementvoidsetCNvGraphicFramePr(CTNonVisualGraphicFrameProperties cNvGraphicFramePr) Sets the "cNvGraphicFramePr" elementvoidsetDistB(long distB) Sets the "distB" attributevoidsetDistL(long distL) Sets the "distL" attributevoidsetDistR(long distR) Sets the "distR" attributevoidsetDistT(long distT) Sets the "distT" attributevoidsetDocPr(CTNonVisualDrawingProps docPr) Sets the "docPr" elementvoidsetEffectExtent(CTEffectExtent effectExtent) Sets the "effectExtent" elementvoidsetExtent(CTPositiveSize2D extent) Sets the "extent" elementvoidsetGraphic(CTGraphicalObject graphic) Sets the "graphic" elementvoidUnsets the "cNvGraphicFramePr" elementvoidUnsets the "distB" attributevoidUnsets the "distL" attributevoidUnsets the "distR" attributevoidUnsets the "distT" attributevoidUnsets the "effectExtent" elementGets (as xml) the "distB" attributeGets (as xml) the "distL" attributeGets (as xml) the "distR" attributeGets (as xml) the "distT" attributevoidxsetDistB(STWrapDistance distB) Sets (as xml) the "distB" attributevoidxsetDistL(STWrapDistance distL) Sets (as xml) the "distL" attributevoidxsetDistR(STWrapDistance distR) Sets (as xml) the "distR" attributevoidxsetDistT(STWrapDistance distT) Sets (as xml) the "distT" 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
-
getExtent
CTPositiveSize2D getExtent()Gets the "extent" element -
setExtent
Sets the "extent" element -
addNewExtent
CTPositiveSize2D addNewExtent()Appends and returns a new empty "extent" element -
getEffectExtent
CTEffectExtent getEffectExtent()Gets the "effectExtent" element -
isSetEffectExtent
boolean isSetEffectExtent()True if has "effectExtent" element -
setEffectExtent
Sets the "effectExtent" element -
addNewEffectExtent
CTEffectExtent addNewEffectExtent()Appends and returns a new empty "effectExtent" element -
unsetEffectExtent
void unsetEffectExtent()Unsets the "effectExtent" element -
getDocPr
CTNonVisualDrawingProps getDocPr()Gets the "docPr" element -
setDocPr
Sets the "docPr" element -
addNewDocPr
CTNonVisualDrawingProps addNewDocPr()Appends and returns a new empty "docPr" element -
getCNvGraphicFramePr
CTNonVisualGraphicFrameProperties getCNvGraphicFramePr()Gets the "cNvGraphicFramePr" element -
isSetCNvGraphicFramePr
boolean isSetCNvGraphicFramePr()True if has "cNvGraphicFramePr" element -
setCNvGraphicFramePr
Sets the "cNvGraphicFramePr" element -
addNewCNvGraphicFramePr
CTNonVisualGraphicFrameProperties addNewCNvGraphicFramePr()Appends and returns a new empty "cNvGraphicFramePr" element -
unsetCNvGraphicFramePr
void unsetCNvGraphicFramePr()Unsets the "cNvGraphicFramePr" element -
getGraphic
CTGraphicalObject getGraphic()Gets the "graphic" element -
setGraphic
Sets the "graphic" element -
addNewGraphic
CTGraphicalObject addNewGraphic()Appends and returns a new empty "graphic" element -
getDistT
long getDistT()Gets the "distT" attribute -
xgetDistT
STWrapDistance xgetDistT()Gets (as xml) the "distT" attribute -
isSetDistT
boolean isSetDistT()True if has "distT" attribute -
setDistT
void setDistT(long distT) Sets the "distT" attribute -
xsetDistT
Sets (as xml) the "distT" attribute -
unsetDistT
void unsetDistT()Unsets the "distT" attribute -
getDistB
long getDistB()Gets the "distB" attribute -
xgetDistB
STWrapDistance xgetDistB()Gets (as xml) the "distB" attribute -
isSetDistB
boolean isSetDistB()True if has "distB" attribute -
setDistB
void setDistB(long distB) Sets the "distB" attribute -
xsetDistB
Sets (as xml) the "distB" attribute -
unsetDistB
void unsetDistB()Unsets the "distB" attribute -
getDistL
long getDistL()Gets the "distL" attribute -
xgetDistL
STWrapDistance xgetDistL()Gets (as xml) the "distL" attribute -
isSetDistL
boolean isSetDistL()True if has "distL" attribute -
setDistL
void setDistL(long distL) Sets the "distL" attribute -
xsetDistL
Sets (as xml) the "distL" attribute -
unsetDistL
void unsetDistL()Unsets the "distL" attribute -
getDistR
long getDistR()Gets the "distR" attribute -
xgetDistR
STWrapDistance xgetDistR()Gets (as xml) the "distR" attribute -
isSetDistR
boolean isSetDistR()True if has "distR" attribute -
setDistR
void setDistR(long distR) Sets the "distR" attribute -
xsetDistR
Sets (as xml) the "distR" attribute -
unsetDistR
void unsetDistR()Unsets the "distR" attribute
-