Package org.docx4j.vml.officedrawing
Class CTShapeLayout
java.lang.Object
org.docx4j.vml.officedrawing.CTShapeLayout
- All Implemented Interfaces:
Child
public class CTShapeLayout extends java.lang.Object implements Child
Java class for CT_ShapeLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ShapeLayout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="idmap" type="{urn:schemas-microsoft-com:office:office}CT_IdMap" minOccurs="0"/>
<element name="regrouptable" type="{urn:schemas-microsoft-com:office:office}CT_RegroupTable" minOccurs="0"/>
<element name="rules" type="{urn:schemas-microsoft-com:office:office}CT_Rules" minOccurs="0"/>
</all>
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected STExtextprotected CTIdMapidmapprotected CTRegroupTableregrouptableprotected CTRulesrules -
Constructor Summary
Constructors Constructor Description CTShapeLayout() -
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.STExtgetExt()Gets the value of the ext property.CTIdMapgetIdmap()Gets the value of the idmap property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTRegroupTablegetRegrouptable()Gets the value of the regrouptable property.CTRulesgetRules()Gets the value of the rules property.voidsetExt(STExt value)Sets the value of the ext property.voidsetIdmap(CTIdMap value)Sets the value of the idmap property.voidsetParent(java.lang.Object parent)voidsetRegrouptable(CTRegroupTable value)Sets the value of the regrouptable property.voidsetRules(CTRules value)Sets the value of the rules property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
idmap
-
regrouptable
-
rules
-
ext
-
-
Constructor Details
-
CTShapeLayout
public CTShapeLayout()
-
-
Method Details
-
getIdmap
Gets the value of the idmap property.- Returns:
- possible object is
CTIdMap
-
setIdmap
Sets the value of the idmap property.- Parameters:
value- allowed object isCTIdMap
-
getRegrouptable
Gets the value of the regrouptable property.- Returns:
- possible object is
CTRegroupTable
-
setRegrouptable
Sets the value of the regrouptable property.- Parameters:
value- allowed object isCTRegroupTable
-
getRules
Gets the value of the rules property.- Returns:
- possible object is
CTRules
-
setRules
Sets the value of the rules property.- Parameters:
value- allowed object isCTRules
-
getExt
Gets the value of the ext property.- Returns:
- possible object is
STExt
-
setExt
Sets the value of the ext property.- Parameters:
value- allowed object isSTExt
-
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.
-