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 classCTPictureOptions.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTBooleanaddNewApplyToEnd()Appends and returns a new empty "applyToEnd" elementCTBooleanaddNewApplyToFront()Appends and returns a new empty "applyToFront" elementCTBooleanaddNewApplyToSides()Appends and returns a new empty "applyToSides" elementCTPictureFormataddNewPictureFormat()Appends and returns a new empty "pictureFormat" elementCTPictureStackUnitaddNewPictureStackUnit()Appends and returns a new empty "pictureStackUnit" elementCTBooleangetApplyToEnd()Gets the "applyToEnd" elementCTBooleangetApplyToFront()Gets the "applyToFront" elementCTBooleangetApplyToSides()Gets the "applyToSides" elementCTPictureFormatgetPictureFormat()Gets the "pictureFormat" elementCTPictureStackUnitgetPictureStackUnit()Gets the "pictureStackUnit" elementbooleanisSetApplyToEnd()True if has "applyToEnd" elementbooleanisSetApplyToFront()True if has "applyToFront" elementbooleanisSetApplyToSides()True if has "applyToSides" elementbooleanisSetPictureFormat()True if has "pictureFormat" elementbooleanisSetPictureStackUnit()True if has "pictureStackUnit" elementvoidsetApplyToEnd(CTBoolean applyToEnd)Sets the "applyToEnd" elementvoidsetApplyToFront(CTBoolean applyToFront)Sets the "applyToFront" elementvoidsetApplyToSides(CTBoolean applyToSides)Sets the "applyToSides" elementvoidsetPictureFormat(CTPictureFormat pictureFormat)Sets the "pictureFormat" elementvoidsetPictureStackUnit(CTPictureStackUnit pictureStackUnit)Sets the "pictureStackUnit" elementvoidunsetApplyToEnd()Unsets the "applyToEnd" elementvoidunsetApplyToFront()Unsets the "applyToFront" elementvoidunsetApplyToSides()Unsets the "applyToSides" elementvoidunsetPictureFormat()Unsets the "pictureFormat" elementvoidunsetPictureStackUnit()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
-
-