Interface CTManualLayout
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTManualLayout extends XmlObject
An XML CT_ManualLayout(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTManualLayout.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" elementCTDouble
addNewH()
Appends and returns a new empty "h" elementCTLayoutMode
addNewHMode()
Appends and returns a new empty "hMode" elementCTLayoutTarget
addNewLayoutTarget()
Appends and returns a new empty "layoutTarget" elementCTDouble
addNewW()
Appends and returns a new empty "w" elementCTLayoutMode
addNewWMode()
Appends and returns a new empty "wMode" elementCTDouble
addNewX()
Appends and returns a new empty "x" elementCTLayoutMode
addNewXMode()
Appends and returns a new empty "xMode" elementCTDouble
addNewY()
Appends and returns a new empty "y" elementCTLayoutMode
addNewYMode()
Appends and returns a new empty "yMode" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTDouble
getH()
Gets the "h" elementCTLayoutMode
getHMode()
Gets the "hMode" elementCTLayoutTarget
getLayoutTarget()
Gets the "layoutTarget" elementCTDouble
getW()
Gets the "w" elementCTLayoutMode
getWMode()
Gets the "wMode" elementCTDouble
getX()
Gets the "x" elementCTLayoutMode
getXMode()
Gets the "xMode" elementCTDouble
getY()
Gets the "y" elementCTLayoutMode
getYMode()
Gets the "yMode" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetH()
True if has "h" elementboolean
isSetHMode()
True if has "hMode" elementboolean
isSetLayoutTarget()
True if has "layoutTarget" elementboolean
isSetW()
True if has "w" elementboolean
isSetWMode()
True if has "wMode" elementboolean
isSetX()
True if has "x" elementboolean
isSetXMode()
True if has "xMode" elementboolean
isSetY()
True if has "y" elementboolean
isSetYMode()
True if has "yMode" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setH(CTDouble h)
Sets the "h" elementvoid
setHMode(CTLayoutMode hMode)
Sets the "hMode" elementvoid
setLayoutTarget(CTLayoutTarget layoutTarget)
Sets the "layoutTarget" elementvoid
setW(CTDouble w)
Sets the "w" elementvoid
setWMode(CTLayoutMode wMode)
Sets the "wMode" elementvoid
setX(CTDouble x)
Sets the "x" elementvoid
setXMode(CTLayoutMode xMode)
Sets the "xMode" elementvoid
setY(CTDouble y)
Sets the "y" elementvoid
setYMode(CTLayoutMode yMode)
Sets the "yMode" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetH()
Unsets the "h" elementvoid
unsetHMode()
Unsets the "hMode" elementvoid
unsetLayoutTarget()
Unsets the "layoutTarget" elementvoid
unsetW()
Unsets the "w" elementvoid
unsetWMode()
Unsets the "wMode" elementvoid
unsetX()
Unsets the "x" elementvoid
unsetXMode()
Unsets the "xMode" elementvoid
unsetY()
Unsets the "y" elementvoid
unsetYMode()
Unsets the "yMode" 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
-
getLayoutTarget
CTLayoutTarget getLayoutTarget()
Gets the "layoutTarget" element
-
isSetLayoutTarget
boolean isSetLayoutTarget()
True if has "layoutTarget" element
-
setLayoutTarget
void setLayoutTarget(CTLayoutTarget layoutTarget)
Sets the "layoutTarget" element
-
addNewLayoutTarget
CTLayoutTarget addNewLayoutTarget()
Appends and returns a new empty "layoutTarget" element
-
unsetLayoutTarget
void unsetLayoutTarget()
Unsets the "layoutTarget" element
-
getXMode
CTLayoutMode getXMode()
Gets the "xMode" element
-
isSetXMode
boolean isSetXMode()
True if has "xMode" element
-
setXMode
void setXMode(CTLayoutMode xMode)
Sets the "xMode" element
-
addNewXMode
CTLayoutMode addNewXMode()
Appends and returns a new empty "xMode" element
-
unsetXMode
void unsetXMode()
Unsets the "xMode" element
-
getYMode
CTLayoutMode getYMode()
Gets the "yMode" element
-
isSetYMode
boolean isSetYMode()
True if has "yMode" element
-
setYMode
void setYMode(CTLayoutMode yMode)
Sets the "yMode" element
-
addNewYMode
CTLayoutMode addNewYMode()
Appends and returns a new empty "yMode" element
-
unsetYMode
void unsetYMode()
Unsets the "yMode" element
-
getWMode
CTLayoutMode getWMode()
Gets the "wMode" element
-
isSetWMode
boolean isSetWMode()
True if has "wMode" element
-
setWMode
void setWMode(CTLayoutMode wMode)
Sets the "wMode" element
-
addNewWMode
CTLayoutMode addNewWMode()
Appends and returns a new empty "wMode" element
-
unsetWMode
void unsetWMode()
Unsets the "wMode" element
-
getHMode
CTLayoutMode getHMode()
Gets the "hMode" element
-
isSetHMode
boolean isSetHMode()
True if has "hMode" element
-
setHMode
void setHMode(CTLayoutMode hMode)
Sets the "hMode" element
-
addNewHMode
CTLayoutMode addNewHMode()
Appends and returns a new empty "hMode" element
-
unsetHMode
void unsetHMode()
Unsets the "hMode" element
-
getX
CTDouble getX()
Gets the "x" element
-
isSetX
boolean isSetX()
True if has "x" element
-
setX
void setX(CTDouble x)
Sets the "x" element
-
addNewX
CTDouble addNewX()
Appends and returns a new empty "x" element
-
unsetX
void unsetX()
Unsets the "x" element
-
getY
CTDouble getY()
Gets the "y" element
-
isSetY
boolean isSetY()
True if has "y" element
-
setY
void setY(CTDouble y)
Sets the "y" element
-
addNewY
CTDouble addNewY()
Appends and returns a new empty "y" element
-
unsetY
void unsetY()
Unsets the "y" element
-
getW
CTDouble getW()
Gets the "w" element
-
isSetW
boolean isSetW()
True if has "w" element
-
setW
void setW(CTDouble w)
Sets the "w" element
-
addNewW
CTDouble addNewW()
Appends and returns a new empty "w" element
-
unsetW
void unsetW()
Unsets the "w" element
-
getH
CTDouble getH()
Gets the "h" element
-
isSetH
boolean isSetH()
True if has "h" element
-
setH
void setH(CTDouble h)
Sets the "h" element
-
addNewH
CTDouble addNewH()
Appends and returns a new empty "h" element
-
unsetH
void unsetH()
Unsets the "h" 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
-
-