|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.sl.draw.binding.CTGroupTransform2D
public class CTGroupTransform2D
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 | |
---|---|
protected CTPositiveSize2D |
chExt
|
protected CTPoint2D |
chOff
|
protected CTPositiveSize2D |
ext
|
protected java.lang.Boolean |
flipH
|
protected java.lang.Boolean |
flipV
|
protected CTPoint2D |
off
|
protected java.lang.Integer |
rot
|
Constructor Summary | |
---|---|
CTGroupTransform2D()
|
Method Summary | |
---|---|
CTPositiveSize2D |
getChExt()
Gets the value of the chExt property. |
CTPoint2D |
getChOff()
Gets the value of the chOff property. |
CTPositiveSize2D |
getExt()
Gets the value of the ext property. |
CTPoint2D |
getOff()
Gets the value of the off property. |
int |
getRot()
Gets the value of the rot property. |
boolean |
isFlipH()
Gets the value of the flipH property. |
boolean |
isFlipV()
Gets the value of the flipV property. |
boolean |
isSetChExt()
|
boolean |
isSetChOff()
|
boolean |
isSetExt()
|
boolean |
isSetFlipH()
|
boolean |
isSetFlipV()
|
boolean |
isSetOff()
|
boolean |
isSetRot()
|
void |
setChExt(CTPositiveSize2D value)
Sets the value of the chExt property. |
void |
setChOff(CTPoint2D value)
Sets the value of the chOff property. |
void |
setExt(CTPositiveSize2D value)
Sets the value of the ext property. |
void |
setFlipH(boolean value)
Sets the value of the flipH property. |
void |
setFlipV(boolean value)
Sets the value of the flipV property. |
void |
setOff(CTPoint2D value)
Sets the value of the off property. |
void |
setRot(int value)
Sets the value of the rot property. |
void |
unsetFlipH()
|
void |
unsetFlipV()
|
void |
unsetRot()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CTPoint2D off
protected CTPositiveSize2D ext
protected CTPoint2D chOff
protected CTPositiveSize2D chExt
protected java.lang.Integer rot
protected java.lang.Boolean flipH
protected java.lang.Boolean flipV
Constructor Detail |
---|
public CTGroupTransform2D()
Method Detail |
---|
public CTPoint2D getOff()
CTPoint2D
public void setOff(CTPoint2D value)
value
- allowed object is
CTPoint2D
public boolean isSetOff()
public CTPositiveSize2D getExt()
CTPositiveSize2D
public void setExt(CTPositiveSize2D value)
value
- allowed object is
CTPositiveSize2D
public boolean isSetExt()
public CTPoint2D getChOff()
CTPoint2D
public void setChOff(CTPoint2D value)
value
- allowed object is
CTPoint2D
public boolean isSetChOff()
public CTPositiveSize2D getChExt()
CTPositiveSize2D
public void setChExt(CTPositiveSize2D value)
value
- allowed object is
CTPositiveSize2D
public boolean isSetChExt()
public int getRot()
Integer
public void setRot(int value)
value
- allowed object is
Integer
public boolean isSetRot()
public void unsetRot()
public boolean isFlipH()
Boolean
public void setFlipH(boolean value)
value
- allowed object is
Boolean
public boolean isSetFlipH()
public void unsetFlipH()
public boolean isFlipV()
Boolean
public void setFlipV(boolean value)
value
- allowed object is
Boolean
public boolean isSetFlipV()
public void unsetFlipV()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |