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 class
CTScaling.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 CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTLogBase
addNewLogBase()
Appends and returns a new empty "logBase" elementCTDouble
addNewMax()
Appends and returns a new empty "max" elementCTDouble
addNewMin()
Appends and returns a new empty "min" elementCTOrientation
addNewOrientation()
Appends and returns a new empty "orientation" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTLogBase
getLogBase()
Gets the "logBase" elementCTDouble
getMax()
Gets the "max" elementCTDouble
getMin()
Gets the "min" elementCTOrientation
getOrientation()
Gets the "orientation" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetLogBase()
True if has "logBase" elementboolean
isSetMax()
True if has "max" elementboolean
isSetMin()
True if has "min" elementboolean
isSetOrientation()
True if has "orientation" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setLogBase(CTLogBase logBase)
Sets the "logBase" elementvoid
setMax(CTDouble max)
Sets the "max" elementvoid
setMin(CTDouble min)
Sets the "min" elementvoid
setOrientation(CTOrientation orientation)
Sets the "orientation" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetLogBase()
Unsets the "logBase" elementvoid
unsetMax()
Unsets the "max" elementvoid
unsetMin()
Unsets the "min" elementvoid
unsetOrientation()
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
-
-