Interface CTGraphicFrame
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_GraphicFrame(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTGraphicFrame> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "cNvFrPr" elementAppends and returns a new empty "cNvPr" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "graphic" elementAppends and returns a new empty "xfrm" elementGets the "cNvFrPr" elementgetCNvPr()Gets the "cNvPr" elementGets the "extLst" elementGets the "graphic" elementgetXfrm()Gets the "xfrm" elementbooleanTrue if has "extLst" elementvoidSets the "cNvFrPr" elementvoidsetCNvPr(CTNonVisualDrawingProps cNvPr) Sets the "cNvPr" elementvoidsetExtLst(CTOfficeArtExtensionList extLst) Sets the "extLst" elementvoidsetGraphic(CTGraphicalObject graphic) Sets the "graphic" elementvoidsetXfrm(CTTransform2D xfrm) Sets the "xfrm" elementvoidUnsets the "extLst" elementMethods 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
-
getCNvPr
CTNonVisualDrawingProps getCNvPr()Gets the "cNvPr" element -
setCNvPr
Sets the "cNvPr" element -
addNewCNvPr
CTNonVisualDrawingProps addNewCNvPr()Appends and returns a new empty "cNvPr" element -
getCNvFrPr
CTNonVisualGraphicFrameProperties getCNvFrPr()Gets the "cNvFrPr" element -
setCNvFrPr
Sets the "cNvFrPr" element -
addNewCNvFrPr
CTNonVisualGraphicFrameProperties addNewCNvFrPr()Appends and returns a new empty "cNvFrPr" element -
getXfrm
CTTransform2D getXfrm()Gets the "xfrm" element -
setXfrm
Sets the "xfrm" element -
addNewXfrm
CTTransform2D addNewXfrm()Appends and returns a new empty "xfrm" element -
getGraphic
CTGraphicalObject getGraphic()Gets the "graphic" element -
setGraphic
Sets the "graphic" element -
addNewGraphic
CTGraphicalObject addNewGraphic()Appends and returns a new empty "graphic" element -
getExtLst
CTOfficeArtExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-