Class CTObjectPr
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2012.main.CTObjectPr
- All Implemented Interfaces:
Child
Java class for CT_ObjectPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ObjectPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="objectId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="isActiveX" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="linkType" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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 linkType property.Gets the value of the objectId property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the isActiveX property.voidsetIsActiveX(Boolean value) Sets the value of the isActiveX property.voidsetLinkType(String value) Sets the value of the linkType property.voidsetObjectId(String value) Sets the value of the objectId property.void
-
Field Details
-
objectId
-
isActiveX
-
linkType
-
-
Constructor Details
-
CTObjectPr
public CTObjectPr()
-
-
Method Details
-
getObjectId
Gets the value of the objectId property.- Returns:
- possible object is
String
-
setObjectId
Sets the value of the objectId property.- Parameters:
value- allowed object isString
-
isIsActiveX
Gets the value of the isActiveX property.- Returns:
- possible object is
Boolean
-
setIsActiveX
Sets the value of the isActiveX property.- Parameters:
value- allowed object isBoolean
-
getLinkType
Gets the value of the linkType property.- Returns:
- possible object is
String
-
setLinkType
Sets the value of the linkType property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-