Interface CTCustomGeometry2D
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CustomGeometry2D(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCustomGeometry2D> 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 "ahLst" elementAppends and returns a new empty "avLst" elementAppends and returns a new empty "cxnLst" elementAppends and returns a new empty "gdLst" elementAppends and returns a new empty "pathLst" elementAppends and returns a new empty "rect" elementgetAhLst()Gets the "ahLst" elementgetAvLst()Gets the "avLst" elementGets the "cxnLst" elementgetGdLst()Gets the "gdLst" elementGets the "pathLst" elementgetRect()Gets the "rect" elementbooleanTrue if has "ahLst" elementbooleanTrue if has "avLst" elementbooleanTrue if has "cxnLst" elementbooleanTrue if has "gdLst" elementbooleanTrue 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" elementvoidUnsets the "ahLst" elementvoidUnsets the "avLst" elementvoidUnsets the "cxnLst" elementvoidUnsets the "gdLst" elementvoidUnsets the "rect" 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
-
getAvLst
CTGeomGuideList getAvLst()Gets the "avLst" element -
isSetAvLst
boolean isSetAvLst()True if has "avLst" element -
setAvLst
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
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
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
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
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
Sets the "pathLst" element -
addNewPathLst
CTPath2DList addNewPathLst()Appends and returns a new empty "pathLst" element
-