Class CTWrapTopBottom
java.lang.Object
org.docx4j.dml.wordprocessingDrawing.CTWrapTopBottom
- All Implemented Interfaces:
Child
Java class for CT_WrapTopBottom complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WrapTopBottom">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="effectExtent" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}CT_EffectExtent" minOccurs="0"/>
</sequence>
<attribute name="distT" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapDistance" />
<attribute name="distB" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapDistance" />
</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.getDistB()Gets the value of the distB property.getDistT()Gets the value of the distT property.Gets the value of the effectExtent property.Gets the parent object in the object tree representing the unmarshalled xml document.voidSets the value of the distB property.voidSets the value of the distT property.voidsetEffectExtent(CTEffectExtent value) Sets the value of the effectExtent property.void
-
Field Details
-
effectExtent
-
distT
-
distB
-
-
Constructor Details
-
CTWrapTopBottom
public CTWrapTopBottom()
-
-
Method Details
-
getEffectExtent
Gets the value of the effectExtent property.- Returns:
- possible object is
CTEffectExtent
-
setEffectExtent
Sets the value of the effectExtent property.- Parameters:
value- allowed object isCTEffectExtent
-
getDistT
Gets the value of the distT property.- Returns:
- possible object is
Long
-
setDistT
Sets the value of the distT property.- Parameters:
value- allowed object isLong
-
getDistB
Gets the value of the distB property.- Returns:
- possible object is
Long
-
setDistB
Sets the value of the distB property.- Parameters:
value- allowed object isLong
-
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.
-