Interface CTScaling
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Scaling(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsFields 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 "logBase" elementAppends and returns a new empty "max" elementAppends and returns a new empty "min" elementAppends and returns a new empty "orientation" elementGets the "extLst" elementGets the "logBase" elementgetMax()Gets the "max" elementgetMin()Gets the "min" elementGets the "orientation" elementbooleanTrue if has "extLst" elementbooleanTrue if has "logBase" elementbooleanisSetMax()True if has "max" elementbooleanisSetMin()True if has "min" elementbooleanTrue if has "orientation" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetLogBase(CTLogBase logBase) Sets the "logBase" elementvoidSets the "max" elementvoidSets the "min" elementvoidsetOrientation(CTOrientation orientation) Sets the "orientation" elementvoidUnsets the "extLst" elementvoidUnsets the "logBase" elementvoidunsetMax()Unsets the "max" elementvoidunsetMin()Unsets the "min" elementvoidUnsets the "orientation" 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, 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
-
getLogBase
CTLogBase getLogBase()Gets the "logBase" element -
isSetLogBase
boolean isSetLogBase()True if has "logBase" element -
setLogBase
Sets the "logBase" element -
addNewLogBase
CTLogBase addNewLogBase()Appends and returns a new empty "logBase" element -
unsetLogBase
void unsetLogBase()Unsets the "logBase" element -
getOrientation
CTOrientation getOrientation()Gets the "orientation" element -
isSetOrientation
boolean isSetOrientation()True if has "orientation" element -
setOrientation
Sets the "orientation" element -
addNewOrientation
CTOrientation addNewOrientation()Appends and returns a new empty "orientation" element -
unsetOrientation
void unsetOrientation()Unsets the "orientation" element -
getMax
CTDouble getMax()Gets the "max" element -
isSetMax
boolean isSetMax()True if has "max" element -
setMax
Sets the "max" element -
addNewMax
CTDouble addNewMax()Appends and returns a new empty "max" element -
unsetMax
void unsetMax()Unsets the "max" element -
getMin
CTDouble getMin()Gets the "min" element -
isSetMin
boolean isSetMin()True if has "min" element -
setMin
Sets the "min" element -
addNewMin
CTDouble addNewMin()Appends and returns a new empty "min" element -
unsetMin
void unsetMin()Unsets the "min" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-