Package org.docx4j.dml.diagram
Class CTPt
java.lang.Object
org.docx4j.dml.diagram.CTPt
- All Implemented Interfaces:
Child
public class CTPt extends java.lang.Object implements Child
Java class for CT_Pt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Pt">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="prSet" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_ElemPropSet" minOccurs="0"/>
<element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
<element ref="{http://schemas.openxmlformats.org/drawingml/2006/diagram}t" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="modelId" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_ModelId" />
<attribute name="type" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_PtType" default="node" />
<attribute name="cxnId" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_ModelId" default="0" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcxnIdprotected CTOfficeArtExtensionListextLstprotected java.lang.StringmodelIdprotected CTElemPropSetprSetprotected CTShapePropertiesspPrprotected CTTextBodytprotected STPtTypetype -
Constructor Summary
Constructors Constructor Description CTPt() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetCxnId()Gets the value of the cxnId property.CTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.java.lang.StringgetModelId()Gets the value of the modelId property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTElemPropSetgetPrSet()Gets the value of the prSet property.CTShapePropertiesgetSpPr()Gets the value of the spPr property.CTTextBodygetT()Gets the value of the t property.STPtTypegetType()Gets the value of the type property.voidsetCxnId(java.lang.String value)Sets the value of the cxnId property.voidsetExtLst(CTOfficeArtExtensionList value)Sets the value of the extLst property.voidsetModelId(java.lang.String value)Sets the value of the modelId property.voidsetParent(java.lang.Object parent)voidsetPrSet(CTElemPropSet value)Sets the value of the prSet property.voidsetSpPr(CTShapeProperties value)Sets the value of the spPr property.voidsetT(CTTextBody value)Sets the value of the t property.voidsetType(STPtType value)Sets the value of the type property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
prSet
-
spPr
-
t
-
extLst
-
modelId
protected java.lang.String modelId -
type
-
cxnId
protected java.lang.String cxnId
-
-
Constructor Details
-
CTPt
public CTPt()
-
-
Method Details
-
getPrSet
Gets the value of the prSet property.- Returns:
- possible object is
CTElemPropSet
-
setPrSet
Sets the value of the prSet property.- Parameters:
value- allowed object isCTElemPropSet
-
getSpPr
Gets the value of the spPr property.- Returns:
- possible object is
CTShapeProperties
-
setSpPr
Sets the value of the spPr property.- Parameters:
value- allowed object isCTShapeProperties
-
getT
Gets the value of the t property.- Returns:
- possible object is
CTTextBody
-
setT
Sets the value of the t property.- Parameters:
value- allowed object isCTTextBody
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
getModelId
public java.lang.String getModelId()Gets the value of the modelId property.- Returns:
- possible object is
String
-
setModelId
public void setModelId(java.lang.String value)Sets the value of the modelId property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
STPtType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTPtType
-
getCxnId
public java.lang.String getCxnId()Gets the value of the cxnId property.- Returns:
- possible object is
String
-
setCxnId
public void setCxnId(java.lang.String value)Sets the value of the cxnId property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-