Package org.apache.poi.sl.draw.binding
Class CTGeomRect
- java.lang.Object
-
- org.apache.poi.sl.draw.binding.CTGeomRect
-
public class CTGeomRect extends Object
Java class for CT_GeomRect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GeomRect"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="l" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" /> <attribute name="t" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" /> <attribute name="r" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" /> <attribute name="b" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CTGeomRect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetB()Gets the value of the b property.StringgetL()Gets the value of the l property.StringgetR()Gets the value of the r property.StringgetT()Gets the value of the t property.booleanisSetB()booleanisSetL()booleanisSetR()booleanisSetT()voidsetB(String value)Sets the value of the b property.voidsetL(String value)Sets the value of the l property.voidsetR(String value)Sets the value of the r property.voidsetT(String value)Sets the value of the t property.
-
-
-
Method Detail
-
setL
public void setL(String value)
Sets the value of the l property.- Parameters:
value- allowed object isString
-
isSetL
public boolean isSetL()
-
setT
public void setT(String value)
Sets the value of the t property.- Parameters:
value- allowed object isString
-
isSetT
public boolean isSetT()
-
setR
public void setR(String value)
Sets the value of the r property.- Parameters:
value- allowed object isString
-
isSetR
public boolean isSetR()
-
setB
public void setB(String value)
Sets the value of the b property.- Parameters:
value- allowed object isString
-
isSetB
public boolean isSetB()
-
-