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 classCTManualLayout.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" elementCTDoubleaddNewH()Appends and returns a new empty "h" elementCTLayoutModeaddNewHMode()Appends and returns a new empty "hMode" elementCTLayoutTargetaddNewLayoutTarget()Appends and returns a new empty "layoutTarget" elementCTDoubleaddNewW()Appends and returns a new empty "w" elementCTLayoutModeaddNewWMode()Appends and returns a new empty "wMode" elementCTDoubleaddNewX()Appends and returns a new empty "x" elementCTLayoutModeaddNewXMode()Appends and returns a new empty "xMode" elementCTDoubleaddNewY()Appends and returns a new empty "y" elementCTLayoutModeaddNewYMode()Appends and returns a new empty "yMode" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTDoublegetH()Gets the "h" elementCTLayoutModegetHMode()Gets the "hMode" elementCTLayoutTargetgetLayoutTarget()Gets the "layoutTarget" elementCTDoublegetW()Gets the "w" elementCTLayoutModegetWMode()Gets the "wMode" elementCTDoublegetX()Gets the "x" elementCTLayoutModegetXMode()Gets the "xMode" elementCTDoublegetY()Gets the "y" elementCTLayoutModegetYMode()Gets the "yMode" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetH()True if has "h" elementbooleanisSetHMode()True if has "hMode" elementbooleanisSetLayoutTarget()True if has "layoutTarget" elementbooleanisSetW()True if has "w" elementbooleanisSetWMode()True if has "wMode" elementbooleanisSetX()True if has "x" elementbooleanisSetXMode()True if has "xMode" elementbooleanisSetY()True if has "y" elementbooleanisSetYMode()True if has "yMode" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetH(CTDouble h)Sets the "h" elementvoidsetHMode(CTLayoutMode hMode)Sets the "hMode" elementvoidsetLayoutTarget(CTLayoutTarget layoutTarget)Sets the "layoutTarget" elementvoidsetW(CTDouble w)Sets the "w" elementvoidsetWMode(CTLayoutMode wMode)Sets the "wMode" elementvoidsetX(CTDouble x)Sets the "x" elementvoidsetXMode(CTLayoutMode xMode)Sets the "xMode" elementvoidsetY(CTDouble y)Sets the "y" elementvoidsetYMode(CTLayoutMode yMode)Sets the "yMode" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetH()Unsets the "h" elementvoidunsetHMode()Unsets the "hMode" elementvoidunsetLayoutTarget()Unsets the "layoutTarget" elementvoidunsetW()Unsets the "w" elementvoidunsetWMode()Unsets the "wMode" elementvoidunsetX()Unsets the "x" elementvoidunsetXMode()Unsets the "xMode" elementvoidunsetY()Unsets the "y" elementvoidunsetYMode()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
-
-