Class CTWrapThrough
java.lang.Object
org.docx4j.dml.wordprocessingDrawing.CTWrapThrough
- All Implemented Interfaces:
Child
Java class for CT_WrapThrough complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WrapThrough">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="wrapPolygon" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}CT_WrapPath"/>
</sequence>
<attribute name="wrapText" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapText" />
<attribute name="distL" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapDistance" />
<attribute name="distR" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapDistance" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longprotected Longprotected CTWrapPathprotected STWrapText -
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.getDistL()Gets the value of the distL property.getDistR()Gets the value of the distR property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the wrapPolygon property.Gets the value of the wrapText property.voidSets the value of the distL property.voidSets the value of the distR property.voidvoidsetWrapPolygon(CTWrapPath value) Sets the value of the wrapPolygon property.voidsetWrapText(STWrapText value) Sets the value of the wrapText property.
-
Field Details
-
wrapPolygon
-
wrapText
-
distL
-
distR
-
-
Constructor Details
-
CTWrapThrough
public CTWrapThrough()
-
-
Method Details
-
getWrapPolygon
Gets the value of the wrapPolygon property.- Returns:
- possible object is
CTWrapPath
-
setWrapPolygon
Sets the value of the wrapPolygon property.- Parameters:
value- allowed object isCTWrapPath
-
getWrapText
Gets the value of the wrapText property.- Returns:
- possible object is
STWrapText
-
setWrapText
Sets the value of the wrapText property.- Parameters:
value- allowed object isSTWrapText
-
getDistL
Gets the value of the distL property.- Returns:
- possible object is
Long
-
setDistL
Sets the value of the distL property.- Parameters:
value- allowed object isLong
-
getDistR
Gets the value of the distR property.- Returns:
- possible object is
Long
-
setDistR
Sets the value of the distR 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.
-