public class CTEffectExtent extends Object implements Child
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 |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
long |
getB()
Gets the value of the b property.
|
long |
getL()
Gets the value of the l property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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 |
setParent(Object parent) |
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)
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.