Package org.apache.poi.sl.draw.binding
Class CTRelativeRect
- java.lang.Object
-
- org.apache.poi.sl.draw.binding.CTRelativeRect
-
public class CTRelativeRect extends java.lang.ObjectJava class for CT_RelativeRect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RelativeRect"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="l" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="0" /> <attribute name="t" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="0" /> <attribute name="r" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="0" /> <attribute name="b" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="0" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CTRelativeRect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetB()Gets the value of the b property.intgetL()Gets the value of the l property.intgetR()Gets the value of the r property.intgetT()Gets the value of the t property.booleanisSetB()booleanisSetL()booleanisSetR()booleanisSetT()voidsetB(int value)Sets the value of the b property.voidsetL(int value)Sets the value of the l property.voidsetR(int value)Sets the value of the r property.voidsetT(int value)Sets the value of the t property.voidunsetB()voidunsetL()voidunsetR()voidunsetT()
-
-
-
Method Detail
-
getL
public int getL()
Gets the value of the l property.- Returns:
- possible object is
Integer
-
setL
public void setL(int value)
Sets the value of the l property.- Parameters:
value- allowed object isInteger
-
isSetL
public boolean isSetL()
-
unsetL
public void unsetL()
-
getT
public int getT()
Gets the value of the t property.- Returns:
- possible object is
Integer
-
setT
public void setT(int value)
Sets the value of the t property.- Parameters:
value- allowed object isInteger
-
isSetT
public boolean isSetT()
-
unsetT
public void unsetT()
-
getR
public int getR()
Gets the value of the r property.- Returns:
- possible object is
Integer
-
setR
public void setR(int value)
Sets the value of the r property.- Parameters:
value- allowed object isInteger
-
isSetR
public boolean isSetR()
-
unsetR
public void unsetR()
-
getB
public int getB()
Gets the value of the b property.- Returns:
- possible object is
Integer
-
setB
public void setB(int value)
Sets the value of the b property.- Parameters:
value- allowed object isInteger
-
isSetB
public boolean isSetB()
-
unsetB
public void unsetB()
-
-