public class CTObject extends CTPictureBase
Java class for CT_Object complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Object">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PictureBase">
<sequence>
<element name="control" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Control" minOccurs="0"/>
</sequence>
<attribute name="dxaOrig" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="dyaOrig" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute ref="{http://schemas.microsoft.com/office/word/2010/wordml}anchorId"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
anchorId |
protected CTControl |
control |
protected java.math.BigInteger |
dxaOrig |
protected java.math.BigInteger |
dyaOrig |
anyAndAny| Constructor and Description |
|---|
CTObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getAnchorId()
Gets the value of the anchorId property.
|
CTControl |
getControl()
Gets the value of the control property.
|
java.math.BigInteger |
getDxaOrig()
Gets the value of the dxaOrig property.
|
java.math.BigInteger |
getDyaOrig()
Gets the value of the dyaOrig property.
|
void |
setAnchorId(java.lang.String value)
Sets the value of the anchorId property.
|
void |
setControl(CTControl value)
Sets the value of the control property.
|
void |
setDxaOrig(java.math.BigInteger value)
Sets the value of the dxaOrig property.
|
void |
setDyaOrig(java.math.BigInteger value)
Sets the value of the dyaOrig property.
|
getAnyAndAny, getParent, setParentprotected CTControl control
protected java.math.BigInteger dxaOrig
protected java.math.BigInteger dyaOrig
protected java.lang.String anchorId
public CTControl getControl()
CTControlpublic void setControl(CTControl value)
value - allowed object is
CTControlpublic java.math.BigInteger getDxaOrig()
BigIntegerpublic void setDxaOrig(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getDyaOrig()
BigIntegerpublic void setDyaOrig(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getAnchorId()
Stringpublic void setAnchorId(java.lang.String value)
value - allowed object is
Stringpublic void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
afterUnmarshal in class CTPictureBaseparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.