Package org.docx4j.wml
Class CTObject
java.lang.Object
org.docx4j.wml.CTPictureBase
org.docx4j.wml.CTObject
- All Implemented Interfaces:
Child
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CTControlprotected BigIntegerprotected BigIntegerFields inherited from class org.docx4j.wml.CTPictureBase
anyAndAny -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the anchorId property.Gets the value of the control property.Gets the value of the dxaOrig property.Gets the value of the dyaOrig property.voidsetAnchorId(String value) Sets the value of the anchorId property.voidsetControl(CTControl value) Sets the value of the control property.voidsetDxaOrig(BigInteger value) Sets the value of the dxaOrig property.voidsetDyaOrig(BigInteger value) Sets the value of the dyaOrig property.Methods inherited from class org.docx4j.wml.CTPictureBase
getAnyAndAny, getParent, setParent
-
Field Details
-
control
-
dxaOrig
-
dyaOrig
-
anchorId
-
-
Constructor Details
-
CTObject
public CTObject()
-
-
Method Details
-
getControl
Gets the value of the control property.- Returns:
- possible object is
CTControl
-
setControl
Sets the value of the control property.- Parameters:
value- allowed object isCTControl
-
getDxaOrig
Gets the value of the dxaOrig property.- Returns:
- possible object is
BigInteger
-
setDxaOrig
Sets the value of the dxaOrig property.- Parameters:
value- allowed object isBigInteger
-
getDyaOrig
Gets the value of the dyaOrig property.- Returns:
- possible object is
BigInteger
-
setDyaOrig
Sets the value of the dyaOrig property.- Parameters:
value- allowed object isBigInteger
-
getAnchorId
Gets the value of the anchorId property.- Returns:
- possible object is
String
-
setAnchorId
Sets the value of the anchorId property.- Parameters:
value- allowed object isString
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Overrides:
afterUnmarshalin classCTPictureBase- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-