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