Interface CTInline
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTInline extends XmlObject
An XML CT_Inline(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTInline.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTNonVisualGraphicFrameProperties
addNewCNvGraphicFramePr()
Appends and returns a new empty "cNvGraphicFramePr" elementCTNonVisualDrawingProps
addNewDocPr()
Appends and returns a new empty "docPr" elementCTEffectExtent
addNewEffectExtent()
Appends and returns a new empty "effectExtent" elementCTPositiveSize2D
addNewExtent()
Appends and returns a new empty "extent" elementCTGraphicalObject
addNewGraphic()
Appends and returns a new empty "graphic" elementCTNonVisualGraphicFrameProperties
getCNvGraphicFramePr()
Gets the "cNvGraphicFramePr" elementlong
getDistB()
Gets the "distB" attributelong
getDistL()
Gets the "distL" attributelong
getDistR()
Gets the "distR" attributelong
getDistT()
Gets the "distT" attributeCTNonVisualDrawingProps
getDocPr()
Gets the "docPr" elementCTEffectExtent
getEffectExtent()
Gets the "effectExtent" elementCTPositiveSize2D
getExtent()
Gets the "extent" elementCTGraphicalObject
getGraphic()
Gets the "graphic" elementboolean
isSetCNvGraphicFramePr()
True if has "cNvGraphicFramePr" elementboolean
isSetDistB()
True if has "distB" attributeboolean
isSetDistL()
True if has "distL" attributeboolean
isSetDistR()
True if has "distR" attributeboolean
isSetDistT()
True if has "distT" attributeboolean
isSetEffectExtent()
True if has "effectExtent" elementvoid
setCNvGraphicFramePr(CTNonVisualGraphicFrameProperties cNvGraphicFramePr)
Sets the "cNvGraphicFramePr" elementvoid
setDistB(long distB)
Sets the "distB" attributevoid
setDistL(long distL)
Sets the "distL" attributevoid
setDistR(long distR)
Sets the "distR" attributevoid
setDistT(long distT)
Sets the "distT" attributevoid
setDocPr(CTNonVisualDrawingProps docPr)
Sets the "docPr" elementvoid
setEffectExtent(CTEffectExtent effectExtent)
Sets the "effectExtent" elementvoid
setExtent(CTPositiveSize2D extent)
Sets the "extent" elementvoid
setGraphic(CTGraphicalObject graphic)
Sets the "graphic" elementvoid
unsetCNvGraphicFramePr()
Unsets the "cNvGraphicFramePr" elementvoid
unsetDistB()
Unsets the "distB" attributevoid
unsetDistL()
Unsets the "distL" attributevoid
unsetDistR()
Unsets the "distR" attributevoid
unsetDistT()
Unsets the "distT" attributevoid
unsetEffectExtent()
Unsets the "effectExtent" elementSTWrapDistance
xgetDistB()
Gets (as xml) the "distB" attributeSTWrapDistance
xgetDistL()
Gets (as xml) the "distL" attributeSTWrapDistance
xgetDistR()
Gets (as xml) the "distR" attributeSTWrapDistance
xgetDistT()
Gets (as xml) the "distT" attributevoid
xsetDistB(STWrapDistance distB)
Sets (as xml) the "distB" attributevoid
xsetDistL(STWrapDistance distL)
Sets (as xml) the "distL" attributevoid
xsetDistR(STWrapDistance distR)
Sets (as xml) the "distR" attributevoid
xsetDistT(STWrapDistance distT)
Sets (as xml) the "distT" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getExtent
CTPositiveSize2D getExtent()
Gets the "extent" element
-
setExtent
void setExtent(CTPositiveSize2D extent)
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
void setEffectExtent(CTEffectExtent effectExtent)
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
void setDocPr(CTNonVisualDrawingProps docPr)
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
void setCNvGraphicFramePr(CTNonVisualGraphicFrameProperties cNvGraphicFramePr)
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
void setGraphic(CTGraphicalObject graphic)
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
void xsetDistT(STWrapDistance distT)
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
void xsetDistB(STWrapDistance distB)
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
void xsetDistL(STWrapDistance distL)
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
void xsetDistR(STWrapDistance distR)
Sets (as xml) the "distR" attribute
-
unsetDistR
void unsetDistR()
Unsets the "distR" attribute
-
-