Interface CTPictureOptions
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_PictureOptions(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTPictureOptions> 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 "applyToEnd" elementAppends and returns a new empty "applyToFront" elementAppends and returns a new empty "applyToSides" elementAppends and returns a new empty "pictureFormat" elementAppends and returns a new empty "pictureStackUnit" elementGets the "applyToEnd" elementGets the "applyToFront" elementGets the "applyToSides" elementGets the "pictureFormat" elementGets the "pictureStackUnit" elementboolean
True if has "applyToEnd" elementboolean
True if has "applyToFront" elementboolean
True if has "applyToSides" elementboolean
True if has "pictureFormat" elementboolean
True if has "pictureStackUnit" elementvoid
setApplyToEnd
(CTBoolean applyToEnd) Sets the "applyToEnd" elementvoid
setApplyToFront
(CTBoolean applyToFront) Sets the "applyToFront" elementvoid
setApplyToSides
(CTBoolean applyToSides) Sets the "applyToSides" elementvoid
setPictureFormat
(CTPictureFormat pictureFormat) Sets the "pictureFormat" elementvoid
setPictureStackUnit
(CTPictureStackUnit pictureStackUnit) Sets the "pictureStackUnit" elementvoid
Unsets the "applyToEnd" elementvoid
Unsets the "applyToFront" elementvoid
Unsets the "applyToSides" elementvoid
Unsets the "pictureFormat" elementvoid
Unsets the "pictureStackUnit" 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, 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
-
getApplyToFront
CTBoolean getApplyToFront()Gets the "applyToFront" element -
isSetApplyToFront
boolean isSetApplyToFront()True if has "applyToFront" element -
setApplyToFront
Sets the "applyToFront" element -
addNewApplyToFront
CTBoolean addNewApplyToFront()Appends and returns a new empty "applyToFront" element -
unsetApplyToFront
void unsetApplyToFront()Unsets the "applyToFront" element -
getApplyToSides
CTBoolean getApplyToSides()Gets the "applyToSides" element -
isSetApplyToSides
boolean isSetApplyToSides()True if has "applyToSides" element -
setApplyToSides
Sets the "applyToSides" element -
addNewApplyToSides
CTBoolean addNewApplyToSides()Appends and returns a new empty "applyToSides" element -
unsetApplyToSides
void unsetApplyToSides()Unsets the "applyToSides" element -
getApplyToEnd
CTBoolean getApplyToEnd()Gets the "applyToEnd" element -
isSetApplyToEnd
boolean isSetApplyToEnd()True if has "applyToEnd" element -
setApplyToEnd
Sets the "applyToEnd" element -
addNewApplyToEnd
CTBoolean addNewApplyToEnd()Appends and returns a new empty "applyToEnd" element -
unsetApplyToEnd
void unsetApplyToEnd()Unsets the "applyToEnd" element -
getPictureFormat
CTPictureFormat getPictureFormat()Gets the "pictureFormat" element -
isSetPictureFormat
boolean isSetPictureFormat()True if has "pictureFormat" element -
setPictureFormat
Sets the "pictureFormat" element -
addNewPictureFormat
CTPictureFormat addNewPictureFormat()Appends and returns a new empty "pictureFormat" element -
unsetPictureFormat
void unsetPictureFormat()Unsets the "pictureFormat" element -
getPictureStackUnit
CTPictureStackUnit getPictureStackUnit()Gets the "pictureStackUnit" element -
isSetPictureStackUnit
boolean isSetPictureStackUnit()True if has "pictureStackUnit" element -
setPictureStackUnit
Sets the "pictureStackUnit" element -
addNewPictureStackUnit
CTPictureStackUnit addNewPictureStackUnit()Appends and returns a new empty "pictureStackUnit" element -
unsetPictureStackUnit
void unsetPictureStackUnit()Unsets the "pictureStackUnit" element
-