Package org.docx4j.dml
Class CTGroupTransform2D
java.lang.Object
org.docx4j.dml.CTGroupTransform2D
- All Implemented Interfaces:
Child
Java class for CT_GroupTransform2D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GroupTransform2D">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="off" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Point2D" minOccurs="0"/>
<element name="ext" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_PositiveSize2D" minOccurs="0"/>
<element name="chOff" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Point2D" minOccurs="0"/>
<element name="chExt" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_PositiveSize2D" minOccurs="0"/>
</sequence>
<attribute name="rot" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Angle" default="0" />
<attribute name="flipH" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="flipV" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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.getChExt()Gets the value of the chExt property.getChOff()Gets the value of the chOff property.getExt()Gets the value of the ext property.getOff()Gets the value of the off property.Gets the parent object in the object tree representing the unmarshalled xml document.intgetRot()Gets the value of the rot property.booleanisFlipH()Gets the value of the flipH property.booleanisFlipV()Gets the value of the flipV property.voidsetChExt(CTPositiveSize2D value) Sets the value of the chExt property.voidSets the value of the chOff property.voidsetExt(CTPositiveSize2D value) Sets the value of the ext property.voidSets the value of the flipH property.voidSets the value of the flipV property.voidSets the value of the off property.voidvoidSets the value of the rot property.
-
Field Details
-
off
-
ext
-
chOff
-
chExt
-
rot
-
flipH
-
flipV
-
-
Constructor Details
-
CTGroupTransform2D
public CTGroupTransform2D()
-
-
Method Details
-
getOff
Gets the value of the off property.- Returns:
- possible object is
CTPoint2D
-
setOff
Sets the value of the off property.- Parameters:
value- allowed object isCTPoint2D
-
getExt
Gets the value of the ext property.- Returns:
- possible object is
CTPositiveSize2D
-
setExt
Sets the value of the ext property.- Parameters:
value- allowed object isCTPositiveSize2D
-
getChOff
Gets the value of the chOff property.- Returns:
- possible object is
CTPoint2D
-
setChOff
Sets the value of the chOff property.- Parameters:
value- allowed object isCTPoint2D
-
getChExt
Gets the value of the chExt property.- Returns:
- possible object is
CTPositiveSize2D
-
setChExt
Sets the value of the chExt property.- Parameters:
value- allowed object isCTPositiveSize2D
-
getRot
public int getRot()Gets the value of the rot property.- Returns:
- possible object is
Integer
-
setRot
Sets the value of the rot property.- Parameters:
value- allowed object isInteger
-
isFlipH
public boolean isFlipH()Gets the value of the flipH property.- Returns:
- possible object is
Boolean
-
setFlipH
Sets the value of the flipH property.- Parameters:
value- allowed object isBoolean
-
isFlipV
public boolean isFlipV()Gets the value of the flipV property.- Returns:
- possible object is
Boolean
-
setFlipV
Sets the value of the flipV property.- Parameters:
value- allowed object isBoolean
-
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.
-