public class CTRelativeRect extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected Integer |
b |
protected Integer |
l |
protected Integer |
r |
protected Integer |
t |
Constructor and Description |
---|
CTRelativeRect() |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
setB(Integer value)
Sets the value of the b property.
|
void |
setL(Integer value)
Sets the value of the l property.
|
void |
setR(Integer value)
Sets the value of the r property.
|
void |
setT(Integer value)
Sets the value of the t property.
|
protected Integer l
protected Integer t
protected Integer r
protected Integer b
public int getL()
Integer
public void setL(Integer value)
value
- allowed object is
Integer
public int getT()
Integer
public void setT(Integer value)
value
- allowed object is
Integer
public int getR()
Integer
public void setR(Integer value)
value
- allowed object is
Integer
public int getB()
Integer
Copyright © 2007-2019. All Rights Reserved.