Package org.apache.poi.sl.draw.binding
Class CTGroupTransform2D
- java.lang.Object
-
- org.apache.poi.sl.draw.binding.CTGroupTransform2D
-
public class CTGroupTransform2D extends java.lang.ObjectJava 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>
-
-
Constructor Summary
Constructors Constructor Description CTGroupTransform2D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CTPositiveSize2DgetChExt()Gets the value of the chExt property.CTPoint2DgetChOff()Gets the value of the chOff property.CTPositiveSize2DgetExt()Gets the value of the ext property.CTPoint2DgetOff()Gets the value of the off property.intgetRot()Gets the value of the rot property.booleanisFlipH()Gets the value of the flipH property.booleanisFlipV()Gets the value of the flipV property.booleanisSetChExt()booleanisSetChOff()booleanisSetExt()booleanisSetFlipH()booleanisSetFlipV()booleanisSetOff()booleanisSetRot()voidsetChExt(CTPositiveSize2D value)Sets the value of the chExt property.voidsetChOff(CTPoint2D value)Sets the value of the chOff property.voidsetExt(CTPositiveSize2D value)Sets the value of the ext property.voidsetFlipH(boolean value)Sets the value of the flipH property.voidsetFlipV(boolean value)Sets the value of the flipV property.voidsetOff(CTPoint2D value)Sets the value of the off property.voidsetRot(int value)Sets the value of the rot property.voidunsetFlipH()voidunsetFlipV()voidunsetRot()
-
-
-
Method Detail
-
getOff
public CTPoint2D getOff()
Gets the value of the off property.- Returns:
- possible object is
CTPoint2D
-
setOff
public void setOff(CTPoint2D value)
Sets the value of the off property.- Parameters:
value- allowed object isCTPoint2D
-
isSetOff
public boolean isSetOff()
-
getExt
public CTPositiveSize2D getExt()
Gets the value of the ext property.- Returns:
- possible object is
CTPositiveSize2D
-
setExt
public void setExt(CTPositiveSize2D value)
Sets the value of the ext property.- Parameters:
value- allowed object isCTPositiveSize2D
-
isSetExt
public boolean isSetExt()
-
getChOff
public CTPoint2D getChOff()
Gets the value of the chOff property.- Returns:
- possible object is
CTPoint2D
-
setChOff
public void setChOff(CTPoint2D value)
Sets the value of the chOff property.- Parameters:
value- allowed object isCTPoint2D
-
isSetChOff
public boolean isSetChOff()
-
getChExt
public CTPositiveSize2D getChExt()
Gets the value of the chExt property.- Returns:
- possible object is
CTPositiveSize2D
-
setChExt
public void setChExt(CTPositiveSize2D value)
Sets the value of the chExt property.- Parameters:
value- allowed object isCTPositiveSize2D
-
isSetChExt
public boolean isSetChExt()
-
getRot
public int getRot()
Gets the value of the rot property.- Returns:
- possible object is
Integer
-
setRot
public void setRot(int value)
Sets the value of the rot property.- Parameters:
value- allowed object isInteger
-
isSetRot
public boolean isSetRot()
-
unsetRot
public void unsetRot()
-
isFlipH
public boolean isFlipH()
Gets the value of the flipH property.- Returns:
- possible object is
Boolean
-
setFlipH
public void setFlipH(boolean value)
Sets the value of the flipH property.- Parameters:
value- allowed object isBoolean
-
isSetFlipH
public boolean isSetFlipH()
-
unsetFlipH
public void unsetFlipH()
-
isFlipV
public boolean isFlipV()
Gets the value of the flipV property.- Returns:
- possible object is
Boolean
-
setFlipV
public void setFlipV(boolean value)
Sets the value of the flipV property.- Parameters:
value- allowed object isBoolean
-
isSetFlipV
public boolean isSetFlipV()
-
unsetFlipV
public void unsetFlipV()
-
-