public class CTWrapThrough extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
distL |
protected Long |
distR |
protected CTWrapPath |
wrapPolygon |
protected STWrapText |
wrapText |
| Constructor and Description |
|---|
CTWrapThrough() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDistL()
Gets the value of the distL property.
|
Long |
getDistR()
Gets the value of the distR property.
|
CTWrapPath |
getWrapPolygon()
Gets the value of the wrapPolygon property.
|
STWrapText |
getWrapText()
Gets the value of the wrapText property.
|
void |
setDistL(Long value)
Sets the value of the distL property.
|
void |
setDistR(Long value)
Sets the value of the distR property.
|
void |
setWrapPolygon(CTWrapPath value)
Sets the value of the wrapPolygon property.
|
void |
setWrapText(STWrapText value)
Sets the value of the wrapText property.
|
protected CTWrapPath wrapPolygon
protected STWrapText wrapText
protected Long distL
protected Long distR
public CTWrapPath getWrapPolygon()
CTWrapPathpublic void setWrapPolygon(CTWrapPath value)
value - allowed object is
CTWrapPathpublic STWrapText getWrapText()
STWrapTextpublic void setWrapText(STWrapText value)
value - allowed object is
STWrapTextpublic Long getDistL()
Longpublic void setDistL(Long value)
value - allowed object is
Longpublic Long getDistR()
LongCopyright © 2007-2019. All Rights Reserved.