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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
b |
protected String |
l |
protected String |
r |
protected String |
t |
| Constructor and Description |
|---|
CTGeomRect() |
| Modifier and Type | Method and Description |
|---|---|
String |
getB()
Gets the value of the b property.
|
String |
getL()
Gets the value of the l property.
|
String |
getR()
Gets the value of the r property.
|
String |
getT()
Gets the value of the t property.
|
void |
setB(String value)
Sets the value of the b property.
|
void |
setL(String value)
Sets the value of the l property.
|
void |
setR(String value)
Sets the value of the r property.
|
void |
setT(String value)
Sets the value of the t property.
|
public void setL(String value)
value - allowed object is
Stringpublic void setT(String value)
value - allowed object is
Stringpublic void setR(String value)
value - allowed object is
StringCopyright © 2007-2019. All Rights Reserved.