<cf>
(Clipboard Data)
This element specifies base64-encoded binary clipboard data.
Attributes |
Description |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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>