Package org.docx4j.dml
Class CTCustomGeometry2D
java.lang.Object
org.docx4j.dml.CTCustomGeometry2D
- All Implemented Interfaces:
Child
Java class for CT_CustomGeometry2D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CustomGeometry2D">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="avLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GeomGuideList" minOccurs="0"/>
<element name="gdLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GeomGuideList" minOccurs="0"/>
<element name="ahLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AdjustHandleList" minOccurs="0"/>
<element name="cxnLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ConnectionSiteList" minOccurs="0"/>
<element name="rect" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GeomRect" minOccurs="0"/>
<element name="pathLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Path2DList"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTAdjustHandleListprotected CTGeomGuideListprotected CTConnectionSiteListprotected CTGeomGuideListprotected CTPath2DListprotected CTGeomRect -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getAhLst()Gets the value of the ahLst property.getAvLst()Gets the value of the avLst property.Gets the value of the cxnLst property.getGdLst()Gets the value of the gdLst property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the pathLst property.getRect()Gets the value of the rect property.voidsetAhLst(CTAdjustHandleList value) Sets the value of the ahLst property.voidsetAvLst(CTGeomGuideList value) Sets the value of the avLst property.voidsetCxnLst(CTConnectionSiteList value) Sets the value of the cxnLst property.voidsetGdLst(CTGeomGuideList value) Sets the value of the gdLst property.voidvoidsetPathLst(CTPath2DList value) Sets the value of the pathLst property.voidsetRect(CTGeomRect value) Sets the value of the rect property.
-
Field Details
-
avLst
-
gdLst
-
ahLst
-
cxnLst
-
rect
-
pathLst
-
-
Constructor Details
-
CTCustomGeometry2D
public CTCustomGeometry2D()
-
-
Method Details
-
getAvLst
Gets the value of the avLst property.- Returns:
- possible object is
CTGeomGuideList
-
setAvLst
Sets the value of the avLst property.- Parameters:
value- allowed object isCTGeomGuideList
-
getGdLst
Gets the value of the gdLst property.- Returns:
- possible object is
CTGeomGuideList
-
setGdLst
Sets the value of the gdLst property.- Parameters:
value- allowed object isCTGeomGuideList
-
getAhLst
Gets the value of the ahLst property.- Returns:
- possible object is
CTAdjustHandleList
-
setAhLst
Sets the value of the ahLst property.- Parameters:
value- allowed object isCTAdjustHandleList
-
getCxnLst
Gets the value of the cxnLst property.- Returns:
- possible object is
CTConnectionSiteList
-
setCxnLst
Sets the value of the cxnLst property.- Parameters:
value- allowed object isCTConnectionSiteList
-
getRect
Gets the value of the rect property.- Returns:
- possible object is
CTGeomRect
-
setRect
Sets the value of the rect property.- Parameters:
value- allowed object isCTGeomRect
-
getPathLst
Gets the value of the pathLst property.- Returns:
- possible object is
CTPath2DList
-
setPathLst
Sets the value of the pathLst property.- Parameters:
value- allowed object isCTPath2DList
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-