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 SchemaType
Fields 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" elementboolean
True if has "bwMode" attributeboolean
True if has "extLst" elementvoid
setBwMode
(STBlackWhiteMode.Enum bwMode) Sets the "bwMode" attributevoid
setExtLst
(CTExtensionListModify extLst) Sets the "extLst" elementvoid
setGraphic
(CTGraphicalObject graphic) Sets the "graphic" elementvoid
setNvGraphicFramePr
(CTGraphicalObjectFrameNonVisual nvGraphicFramePr) Sets the "nvGraphicFramePr" elementvoid
setXfrm
(CTTransform2D xfrm) Sets the "xfrm" elementvoid
Unsets the "bwMode" attributevoid
Unsets the "extLst" elementGets (as xml) the "bwMode" attributevoid
xsetBwMode
(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, 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 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
-