2.12.3.3 CT_ObjectPr
Target namespace: http://schemas.microsoft.com/office/drawing/2012/main
Referenced by: objectPr
This complex type specifies the object properties of a control or an object.<117>
Attributes:
objectId: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies a unique ID identifying the OLE Object.
isActiveX: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether the object is an ActiveX object.
linkType: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the type of image that shall be requested from the application which hosts embedded object data for a linked object.
The following are the possible values for this attribute:
Value |
Meaning |
---|---|
Bitmap |
(Bitmap Image) Specifies that a bitmap shall be requested. |
EnhancedMetaFile |
(Enhanced Metafile Image) Specifies that an enhanced metafile shall be requested. |
Picture |
(Other Image) Specifies that any image format can be requested. |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_ObjectPr"> <xsd:attribute name="objectId" type="xsd:string"/> <xsd:attribute name="isActiveX" type="xsd:boolean"/> <xsd:attribute name="linkType" type="xsd:string"/> </xsd:complexType>
See section 5.14 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).