Class CTEffectExtent
java.lang.Object
org.docx4j.dml.wordprocessingDrawing.CTEffectExtent
- All Implemented Interfaces:
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.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.voidvoidsetR(long value) Sets the value of the r property.voidsetT(long value) Sets the value of the t property.
-
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-