As a child of the Object element
Represents ink to be imported.
<Ink>
<File path="c:\ink.isf"/>
</Ink>
Element base | InkContent |
Namespace | http://schemas.microsoft.com/office/onenote/2004/import |
Schema name | SimpleImport |
Element | Description |
---|---|
Object | Represents an object to be added, updated, or deleted from the specified page. |
None.
However, the element base, InkContent, does contain child elements.
Attribute | Type | Required | Description |
---|---|---|---|
height | PositiveDecimal | optional | Represents the height of the ink, in points. |
width | PositiveDecimal | optional | Represents the width of the ink, in points. |
<xsd:element name="Ink">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="InkContent">
<xsd:attribute name="width" type="PositiveDecimal"/>
<xsd:attribute name="height" type="PositiveDecimal"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
As a child of the Outline element
Represents ink to be imported.
<Ink>
<File path="c:\ink.isf"/>
</Ink>
Element base | InkContent |
Namespace | http://schemas.microsoft.com/office/onenote/2004/import |
Schema name | SimpleImport |
Element | Description |
---|---|
Outline | Represents an outline to be imported. |
None.
However, the element base, InkContent, does contain child elements.
None.
<xsd:element name="Ink" type="InkContent"/>