public class CTWrapTopBottom extends Object implements 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>
| 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 |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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.
|
void |
setParent(Object parent) |
protected CTEffectExtent effectExtent
protected Long distT
protected Long distB
public CTEffectExtent getEffectExtent()
CTEffectExtentpublic void setEffectExtent(CTEffectExtent value)
value - allowed object is
CTEffectExtentpublic Long getDistT()
Longpublic void setDistT(Long value)
value - allowed object is
Longpublic Long getDistB()
Longpublic void setDistB(Long value)
value - allowed object is
Longpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.