Interface CTGraphicalObjectFrame
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_GraphicalObjectFrame(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTGraphicalObjectFrame> 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 "extLst" elementAppends and returns a new empty "graphic" elementAppends and returns a new empty "nvGraphicFramePr" elementAppends and returns a new empty "xfrm" elementGets the "bwMode" attributeGets the "extLst" elementGets the "graphic" elementGets the "nvGraphicFramePr" elementgetXfrm()Gets the "xfrm" elementbooleanTrue if has "bwMode" attributebooleanTrue if has "extLst" elementvoidsetBwMode(STBlackWhiteMode.Enum bwMode) Sets the "bwMode" attributevoidsetExtLst(CTExtensionListModify extLst) Sets the "extLst" elementvoidsetGraphic(CTGraphicalObject graphic) Sets the "graphic" elementvoidsetNvGraphicFramePr(CTGraphicalObjectFrameNonVisual nvGraphicFramePr) Sets the "nvGraphicFramePr" elementvoidsetXfrm(CTTransform2D xfrm) Sets the "xfrm" elementvoidUnsets the "bwMode" attributevoidUnsets the "extLst" elementGets (as xml) the "bwMode" attributevoidxsetBwMode(STBlackWhiteMode bwMode) Sets (as xml) the "bwMode" 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
-
getNvGraphicFramePr
CTGraphicalObjectFrameNonVisual getNvGraphicFramePr()Gets the "nvGraphicFramePr" element -
setNvGraphicFramePr
Sets the "nvGraphicFramePr" element -
addNewNvGraphicFramePr
CTGraphicalObjectFrameNonVisual addNewNvGraphicFramePr()Appends and returns a new empty "nvGraphicFramePr" 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
CTExtensionListModify getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionListModify addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getBwMode
STBlackWhiteMode.Enum getBwMode()Gets the "bwMode" attribute -
xgetBwMode
STBlackWhiteMode xgetBwMode()Gets (as xml) the "bwMode" attribute -
isSetBwMode
boolean isSetBwMode()True if has "bwMode" attribute -
setBwMode
Sets the "bwMode" attribute -
xsetBwMode
Sets (as xml) the "bwMode" attribute -
unsetBwMode
void unsetBwMode()Unsets the "bwMode" attribute
-