public class CTWrapSquare extends Object
Java class for CT_WrapSquare complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WrapSquare">
<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="wrapText" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing}ST_WrapText" />
<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" />
<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 |
distB |
protected Long |
distL |
protected Long |
distR |
protected Long |
distT |
protected CTEffectExtent |
effectExtent |
protected STWrapText |
wrapText |
| Constructor and Description |
|---|
CTWrapSquare() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDistB()
Gets the value of the distB property.
|
Long |
getDistL()
Gets the value of the distL property.
|
Long |
getDistR()
Gets the value of the distR property.
|
Long |
getDistT()
Gets the value of the distT property.
|
CTEffectExtent |
getEffectExtent()
Gets the value of the effectExtent property.
|
STWrapText |
getWrapText()
Gets the value of the wrapText property.
|
void |
setDistB(Long value)
Sets the value of the distB property.
|
void |
setDistL(Long value)
Sets the value of the distL property.
|
void |
setDistR(Long value)
Sets the value of the distR property.
|
void |
setDistT(Long value)
Sets the value of the distT property.
|
void |
setEffectExtent(CTEffectExtent value)
Sets the value of the effectExtent property.
|
void |
setWrapText(STWrapText value)
Sets the value of the wrapText property.
|
protected CTEffectExtent effectExtent
protected STWrapText wrapText
protected Long distT
protected Long distB
protected Long distL
protected Long distR
public CTEffectExtent getEffectExtent()
CTEffectExtentpublic void setEffectExtent(CTEffectExtent value)
value - allowed object is
CTEffectExtentpublic STWrapText getWrapText()
STWrapTextpublic void setWrapText(STWrapText value)
value - allowed object is
STWrapTextpublic Long getDistT()
Longpublic void setDistT(Long value)
value - allowed object is
Longpublic Long getDistB()
Longpublic void setDistB(Long value)
value - allowed object is
Longpublic Long getDistL()
Longpublic void setDistL(Long value)
value - allowed object is
Longpublic Long getDistR()
LongCopyright © 2007-2019. All Rights Reserved.