Interface CTManualLayout
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ManualLayout(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTManualLayout> static final SchemaTypeFields 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" elementaddNewH()Appends and returns a new empty "h" elementAppends and returns a new empty "hMode" elementAppends and returns a new empty "layoutTarget" elementaddNewW()Appends and returns a new empty "w" elementAppends and returns a new empty "wMode" elementaddNewX()Appends and returns a new empty "x" elementAppends and returns a new empty "xMode" elementaddNewY()Appends and returns a new empty "y" elementAppends and returns a new empty "yMode" elementGets the "extLst" elementgetH()Gets the "h" elementgetHMode()Gets the "hMode" elementGets the "layoutTarget" elementgetW()Gets the "w" elementgetWMode()Gets the "wMode" elementgetX()Gets the "x" elementgetXMode()Gets the "xMode" elementgetY()Gets the "y" elementgetYMode()Gets the "yMode" elementbooleanTrue if has "extLst" elementbooleanisSetH()True if has "h" elementbooleanTrue if has "hMode" elementbooleanTrue if has "layoutTarget" elementbooleanisSetW()True if has "w" elementbooleanTrue if has "wMode" elementbooleanisSetX()True if has "x" elementbooleanTrue if has "xMode" elementbooleanisSetY()True if has "y" elementbooleanTrue if has "yMode" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidSets the "h" elementvoidsetHMode(CTLayoutMode hMode) Sets the "hMode" elementvoidsetLayoutTarget(CTLayoutTarget layoutTarget) Sets the "layoutTarget" elementvoidSets the "w" elementvoidsetWMode(CTLayoutMode wMode) Sets the "wMode" elementvoidSets the "x" elementvoidsetXMode(CTLayoutMode xMode) Sets the "xMode" elementvoidSets the "y" elementvoidsetYMode(CTLayoutMode yMode) Sets the "yMode" elementvoidUnsets the "extLst" elementvoidunsetH()Unsets the "h" elementvoidUnsets the "hMode" elementvoidUnsets the "layoutTarget" elementvoidunsetW()Unsets the "w" elementvoidUnsets the "wMode" elementvoidunsetX()Unsets the "x" elementvoidUnsets the "xMode" elementvoidunsetY()Unsets the "y" elementvoidUnsets the "yMode" 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
-
getLayoutTarget
CTLayoutTarget getLayoutTarget()Gets the "layoutTarget" element -
isSetLayoutTarget
boolean isSetLayoutTarget()True if has "layoutTarget" element -
setLayoutTarget
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
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
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
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
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
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
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
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
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
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-