public class CTWrapTopBottom extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected Long |
distB |
protected Long |
distT |
protected CTEffectExtent |
effectExtent |
Constructor and Description |
---|
CTWrapTopBottom() |
Modifier and Type | Method and Description |
---|---|
Long |
getDistB()
Gets the value of the distB property.
|
Long |
getDistT()
Gets the value of the distT property.
|
CTEffectExtent |
getEffectExtent()
Gets the value of the effectExtent property.
|
void |
setDistB(Long value)
Sets the value of the distB property.
|
void |
setDistT(Long value)
Sets the value of the distT property.
|
void |
setEffectExtent(CTEffectExtent value)
Sets the value of the effectExtent property.
|
protected CTEffectExtent effectExtent
protected Long distT
protected Long distB
public CTEffectExtent getEffectExtent()
CTEffectExtent
public void setEffectExtent(CTEffectExtent value)
value
- allowed object is
CTEffectExtent
public Long getDistT()
Long
public void setDistT(Long value)
value
- allowed object is
Long
public Long getDistB()
Long
Copyright © 2007-2018. All Rights Reserved.