|
|||||||||
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.CTRelativeRect
public class CTRelativeRect
Java 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>
Field Summary | |
---|---|
protected java.lang.Integer |
b
|
protected java.lang.Integer |
l
|
protected java.lang.Integer |
r
|
protected java.lang.Integer |
t
|
Constructor Summary | |
---|---|
CTRelativeRect()
|
Method Summary | |
---|---|
int |
getB()
Gets the value of the b property. |
int |
getL()
Gets the value of the l property. |
int |
getR()
Gets the value of the r property. |
int |
getT()
Gets the value of the t property. |
boolean |
isSetB()
|
boolean |
isSetL()
|
boolean |
isSetR()
|
boolean |
isSetT()
|
void |
setB(int value)
Sets the value of the b property. |
void |
setL(int value)
Sets the value of the l property. |
void |
setR(int value)
Sets the value of the r property. |
void |
setT(int value)
Sets the value of the t property. |
void |
unsetB()
|
void |
unsetL()
|
void |
unsetR()
|
void |
unsetT()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Integer l
protected java.lang.Integer t
protected java.lang.Integer r
protected java.lang.Integer b
Constructor Detail |
---|
public CTRelativeRect()
Method Detail |
---|
public int getL()
Integer
public void setL(int value)
value
- allowed object is
Integer
public boolean isSetL()
public void unsetL()
public int getT()
Integer
public void setT(int value)
value
- allowed object is
Integer
public boolean isSetT()
public void unsetT()
public int getR()
Integer
public void setR(int value)
value
- allowed object is
Integer
public boolean isSetR()
public void unsetR()
public int getB()
Integer
public void setB(int value)
value
- allowed object is
Integer
public boolean isSetB()
public void unsetB()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |