Package org.docx4j.dml
Class CTRelativeRect
java.lang.Object
org.docx4j.dml.CTRelativeRect
- All Implemented Interfaces:
Child
Java class for CT_RelativeRect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RelativeRect">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="l" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="0" />
<attribute name="t" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="0" />
<attribute name="r" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="0" />
<attribute name="b" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="0" />
</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.intgetB()Gets the value of the b property.intgetL()Gets the value of the l property.Gets the parent object in the object tree representing the unmarshalled xml document.intgetR()Gets the value of the r property.intgetT()Gets the value of the t property.voidSets the value of the b property.voidSets the value of the l property.voidvoidSets the value of the r property.voidSets the value of the t property.
-
Field Details
-
l
-
t
-
r
-
b
-
-
Constructor Details
-
CTRelativeRect
public CTRelativeRect()
-
-
Method Details
-
getL
public int getL()Gets the value of the l property.- Returns:
- possible object is
Integer
-
setL
Sets the value of the l property.- Parameters:
value- allowed object isInteger
-
getT
public int getT()Gets the value of the t property.- Returns:
- possible object is
Integer
-
setT
Sets the value of the t property.- Parameters:
value- allowed object isInteger
-
getR
public int getR()Gets the value of the r property.- Returns:
- possible object is
Integer
-
setR
Sets the value of the r property.- Parameters:
value- allowed object isInteger
-
getB
public int getB()Gets the value of the b property.- Returns:
- possible object is
Integer
-
setB
Sets the value of the b property.- Parameters:
value- allowed object isInteger
-
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.
-