Package org.docx4j.vml.officedrawing
Class CTShapeLayout
java.lang.Object
org.docx4j.vml.officedrawing.CTShapeLayout
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected STExtprotected CTIdMapprotected CTRegroupTableprotected CTRules -
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.getExt()Gets the value of the ext property.getIdmap()Gets the value of the idmap property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the regrouptable property.getRules()Gets the value of the rules property.voidSets the value of the ext property.voidSets the value of the idmap property.voidvoidsetRegrouptable(CTRegroupTable value) Sets the value of the regrouptable property.voidSets the value of the rules property.
-
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
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.
-