public class CTEffectExtent extends Object
Java class for CT_EffectExtent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_EffectExtent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="l" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
<attribute name="t" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
<attribute name="r" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
<attribute name="b" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
b |
protected long |
l |
protected long |
r |
protected long |
t |
| Constructor and Description |
|---|
CTEffectExtent() |
| Modifier and Type | Method and Description |
|---|---|
long |
getB()
Gets the value of the b property.
|
long |
getL()
Gets the value of the l property.
|
long |
getR()
Gets the value of the r property.
|
long |
getT()
Gets the value of the t property.
|
void |
setB(long value)
Sets the value of the b property.
|
void |
setL(long value)
Sets the value of the l property.
|
void |
setR(long value)
Sets the value of the r property.
|
void |
setT(long value)
Sets the value of the t property.
|
public long getL()
public void setL(long value)
public long getT()
public void setT(long value)
public long getR()
public void setR(long value)
public long getB()
public void setB(long value)
Copyright © 2007-2019. All Rights Reserved.