public class CTWrap extends Object implements Child
Java class for CT_Wrap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Wrap">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" type="{urn:schemas-microsoft-com:office:word}ST_WrapType" />
<attribute name="side" type="{urn:schemas-microsoft-com:office:word}ST_WrapSide" />
<attribute name="anchorx" type="{urn:schemas-microsoft-com:office:word}ST_HorizontalAnchor" />
<attribute name="anchory" type="{urn:schemas-microsoft-com:office:word}ST_VerticalAnchor" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STHorizontalAnchor |
anchorx |
protected STVerticalAnchor |
anchory |
protected STWrapSide |
side |
protected STWrapType |
type |
| Constructor and Description |
|---|
CTWrap() |
| 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.
|
STHorizontalAnchor |
getAnchorx()
Gets the value of the anchorx property.
|
STVerticalAnchor |
getAnchory()
Gets the value of the anchory property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STWrapSide |
getSide()
Gets the value of the side property.
|
STWrapType |
getType()
Gets the value of the type property.
|
void |
setAnchorx(STHorizontalAnchor value)
Sets the value of the anchorx property.
|
void |
setAnchory(STVerticalAnchor value)
Sets the value of the anchory property.
|
void |
setParent(Object parent) |
void |
setSide(STWrapSide value)
Sets the value of the side property.
|
void |
setType(STWrapType value)
Sets the value of the type property.
|
protected STWrapType type
protected STWrapSide side
protected STHorizontalAnchor anchorx
protected STVerticalAnchor anchory
public STWrapType getType()
STWrapTypepublic void setType(STWrapType value)
value - allowed object is
STWrapTypepublic STWrapSide getSide()
STWrapSidepublic void setSide(STWrapSide value)
value - allowed object is
STWrapSidepublic STHorizontalAnchor getAnchorx()
STHorizontalAnchorpublic void setAnchorx(STHorizontalAnchor value)
value - allowed object is
STHorizontalAnchorpublic STVerticalAnchor getAnchory()
STVerticalAnchorpublic void setAnchory(STVerticalAnchor value)
value - allowed object is
STVerticalAnchorpublic 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-2020. All Rights Reserved.