Interface CTCustomGeometry2D
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCustomGeometry2D extends XmlObject
An XML CT_CustomGeometry2D(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCustomGeometry2D.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 CTAdjustHandleList
addNewAhLst()
Appends and returns a new empty "ahLst" elementCTGeomGuideList
addNewAvLst()
Appends and returns a new empty "avLst" elementCTConnectionSiteList
addNewCxnLst()
Appends and returns a new empty "cxnLst" elementCTGeomGuideList
addNewGdLst()
Appends and returns a new empty "gdLst" elementCTPath2DList
addNewPathLst()
Appends and returns a new empty "pathLst" elementCTGeomRect
addNewRect()
Appends and returns a new empty "rect" elementCTAdjustHandleList
getAhLst()
Gets the "ahLst" elementCTGeomGuideList
getAvLst()
Gets the "avLst" elementCTConnectionSiteList
getCxnLst()
Gets the "cxnLst" elementCTGeomGuideList
getGdLst()
Gets the "gdLst" elementCTPath2DList
getPathLst()
Gets the "pathLst" elementCTGeomRect
getRect()
Gets the "rect" elementboolean
isSetAhLst()
True if has "ahLst" elementboolean
isSetAvLst()
True if has "avLst" elementboolean
isSetCxnLst()
True if has "cxnLst" elementboolean
isSetGdLst()
True if has "gdLst" elementboolean
isSetRect()
True if has "rect" elementvoid
setAhLst(CTAdjustHandleList ahLst)
Sets the "ahLst" elementvoid
setAvLst(CTGeomGuideList avLst)
Sets the "avLst" elementvoid
setCxnLst(CTConnectionSiteList cxnLst)
Sets the "cxnLst" elementvoid
setGdLst(CTGeomGuideList gdLst)
Sets the "gdLst" elementvoid
setPathLst(CTPath2DList pathLst)
Sets the "pathLst" elementvoid
setRect(CTGeomRect rect)
Sets the "rect" elementvoid
unsetAhLst()
Unsets the "ahLst" elementvoid
unsetAvLst()
Unsets the "avLst" elementvoid
unsetCxnLst()
Unsets the "cxnLst" elementvoid
unsetGdLst()
Unsets the "gdLst" elementvoid
unsetRect()
Unsets the "rect" 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
-
getAvLst
CTGeomGuideList getAvLst()
Gets the "avLst" element
-
isSetAvLst
boolean isSetAvLst()
True if has "avLst" element
-
setAvLst
void setAvLst(CTGeomGuideList avLst)
Sets the "avLst" element
-
addNewAvLst
CTGeomGuideList addNewAvLst()
Appends and returns a new empty "avLst" element
-
unsetAvLst
void unsetAvLst()
Unsets the "avLst" element
-
getGdLst
CTGeomGuideList getGdLst()
Gets the "gdLst" element
-
isSetGdLst
boolean isSetGdLst()
True if has "gdLst" element
-
setGdLst
void setGdLst(CTGeomGuideList gdLst)
Sets the "gdLst" element
-
addNewGdLst
CTGeomGuideList addNewGdLst()
Appends and returns a new empty "gdLst" element
-
unsetGdLst
void unsetGdLst()
Unsets the "gdLst" element
-
getAhLst
CTAdjustHandleList getAhLst()
Gets the "ahLst" element
-
isSetAhLst
boolean isSetAhLst()
True if has "ahLst" element
-
setAhLst
void setAhLst(CTAdjustHandleList ahLst)
Sets the "ahLst" element
-
addNewAhLst
CTAdjustHandleList addNewAhLst()
Appends and returns a new empty "ahLst" element
-
unsetAhLst
void unsetAhLst()
Unsets the "ahLst" element
-
getCxnLst
CTConnectionSiteList getCxnLst()
Gets the "cxnLst" element
-
isSetCxnLst
boolean isSetCxnLst()
True if has "cxnLst" element
-
setCxnLst
void setCxnLst(CTConnectionSiteList cxnLst)
Sets the "cxnLst" element
-
addNewCxnLst
CTConnectionSiteList addNewCxnLst()
Appends and returns a new empty "cxnLst" element
-
unsetCxnLst
void unsetCxnLst()
Unsets the "cxnLst" element
-
getRect
CTGeomRect getRect()
Gets the "rect" element
-
isSetRect
boolean isSetRect()
True if has "rect" element
-
setRect
void setRect(CTGeomRect rect)
Sets the "rect" element
-
addNewRect
CTGeomRect addNewRect()
Appends and returns a new empty "rect" element
-
unsetRect
void unsetRect()
Unsets the "rect" element
-
getPathLst
CTPath2DList getPathLst()
Gets the "pathLst" element
-
setPathLst
void setPathLst(CTPath2DList pathLst)
Sets the "pathLst" element
-
addNewPathLst
CTPath2DList addNewPathLst()
Appends and returns a new empty "pathLst" element
-
-