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 classCTCustomGeometry2D.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 CTAdjustHandleListaddNewAhLst()Appends and returns a new empty "ahLst" elementCTGeomGuideListaddNewAvLst()Appends and returns a new empty "avLst" elementCTConnectionSiteListaddNewCxnLst()Appends and returns a new empty "cxnLst" elementCTGeomGuideListaddNewGdLst()Appends and returns a new empty "gdLst" elementCTPath2DListaddNewPathLst()Appends and returns a new empty "pathLst" elementCTGeomRectaddNewRect()Appends and returns a new empty "rect" elementCTAdjustHandleListgetAhLst()Gets the "ahLst" elementCTGeomGuideListgetAvLst()Gets the "avLst" elementCTConnectionSiteListgetCxnLst()Gets the "cxnLst" elementCTGeomGuideListgetGdLst()Gets the "gdLst" elementCTPath2DListgetPathLst()Gets the "pathLst" elementCTGeomRectgetRect()Gets the "rect" elementbooleanisSetAhLst()True if has "ahLst" elementbooleanisSetAvLst()True if has "avLst" elementbooleanisSetCxnLst()True if has "cxnLst" elementbooleanisSetGdLst()True if has "gdLst" elementbooleanisSetRect()True if has "rect" elementvoidsetAhLst(CTAdjustHandleList ahLst)Sets the "ahLst" elementvoidsetAvLst(CTGeomGuideList avLst)Sets the "avLst" elementvoidsetCxnLst(CTConnectionSiteList cxnLst)Sets the "cxnLst" elementvoidsetGdLst(CTGeomGuideList gdLst)Sets the "gdLst" elementvoidsetPathLst(CTPath2DList pathLst)Sets the "pathLst" elementvoidsetRect(CTGeomRect rect)Sets the "rect" elementvoidunsetAhLst()Unsets the "ahLst" elementvoidunsetAvLst()Unsets the "avLst" elementvoidunsetCxnLst()Unsets the "cxnLst" elementvoidunsetGdLst()Unsets the "gdLst" elementvoidunsetRect()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
-
-