Interface CTScaling
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTScaling extends XmlObject
An XML CT_Scaling(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTScaling.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 CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTLogBaseaddNewLogBase()Appends and returns a new empty "logBase" elementCTDoubleaddNewMax()Appends and returns a new empty "max" elementCTDoubleaddNewMin()Appends and returns a new empty "min" elementCTOrientationaddNewOrientation()Appends and returns a new empty "orientation" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTLogBasegetLogBase()Gets the "logBase" elementCTDoublegetMax()Gets the "max" elementCTDoublegetMin()Gets the "min" elementCTOrientationgetOrientation()Gets the "orientation" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetLogBase()True if has "logBase" elementbooleanisSetMax()True if has "max" elementbooleanisSetMin()True if has "min" elementbooleanisSetOrientation()True if has "orientation" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetLogBase(CTLogBase logBase)Sets the "logBase" elementvoidsetMax(CTDouble max)Sets the "max" elementvoidsetMin(CTDouble min)Sets the "min" elementvoidsetOrientation(CTOrientation orientation)Sets the "orientation" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetLogBase()Unsets the "logBase" elementvoidunsetMax()Unsets the "max" elementvoidunsetMin()Unsets the "min" elementvoidunsetOrientation()Unsets the "orientation" 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
-
getLogBase
CTLogBase getLogBase()
Gets the "logBase" element
-
isSetLogBase
boolean isSetLogBase()
True if has "logBase" element
-
setLogBase
void setLogBase(CTLogBase logBase)
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
void setOrientation(CTOrientation orientation)
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
void setMax(CTDouble max)
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
void setMin(CTDouble min)
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
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-