<ink>
(Ink)
This element specifies the presence of an ink object. An ink object is a VML object which allows applications to store data for ink annotations in an application-defined format.
<v:shape ... > <o:ink i="AMgFHQSWC+YFASAAaAwAAAAAAMA..." annotation="t"/> </v:shape>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies whether the ink object was created as an annotation rather than through pen input. Default is example:
<o:ink ... annotation="true"> </o:ink> The possible values for this attribute are defined by the ST_TrueFalse simple type (§6.2.3.23). |
|
Specifies additional ink object information which shall be associated with the parent VML shape. The VML shape specifies the information necessary to render the ink, and this attribute may be used to store additional application-specific data about the VML shape(s) representing ink. This attribute's contents are optional and may be ignored if not recognized. example:
<o:ink ... i="AMgFHQSWC+YFASAAaAwAAAAAAMA..."> </o:ink> The possible values for this attribute are defined by the XML Schema base64Binary datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Ink">
<sequence/>
<attribute name="i" type="xsd:base64Binary"/>
<attribute name="annotation" type="ST_TrueFalse"/>
</complexType>