[Table of Contents] [docx version]
Shared MLs Reference Material - Math
This element specifies base64-encoded binary clipboard data.
Parent Elements |
property (§7.3.2.2); variant (§7.4.2.33); vector (§7.4.2.34) |
Attributes |
Description | ||||||||||||
format (Format Attribute) |
Specifies the format of the clipboard data and must be: -3, -2, -1, 0, or any positive integer.
The possible values for this attribute are defined by the ST_Format simple type (§7.4.3.5). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Cf">
<simpleContent>
<extension base="xsd:base64Binary">
<attribute name="format" type="ST_Format"/>
</extension>
</simpleContent>
</complexType>