Class CTEffectExtent
java.lang.Object
org.docx4j.dml.wordprocessingDrawing.CTEffectExtent
- All Implemented Interfaces:
Child
public class CTEffectExtent extends java.lang.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>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CTEffectExtent() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.longgetB()Gets the value of the b property.longgetL()Gets the value of the l property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.longgetR()Gets the value of the r property.longgetT()Gets the value of the t property.voidsetB(long value)Sets the value of the b property.voidsetL(long value)Sets the value of the l property.voidsetParent(java.lang.Object parent)voidsetR(long value)Sets the value of the r property.voidsetT(long value)Sets the value of the t property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
l
protected long l -
t
protected long t -
r
protected long r -
b
protected long b
-
-
Constructor Details
-
CTEffectExtent
public CTEffectExtent()
-
-
Method Details
-
getL
public long getL()Gets the value of the l property. -
setL
public void setL(long value)Sets the value of the l property. -
getT
public long getT()Gets the value of the t property. -
setT
public void setT(long value)Sets the value of the t property. -
getR
public long getR()Gets the value of the r property. -
setR
public void setR(long value)Sets the value of the r property. -
getB
public long getB()Gets the value of the b property. -
setB
public void setB(long value)Sets the value of the b property. -
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-