Position Element

Represents the object position on the specified page, as absolute coordinates, expressed in points. There are 72 points in an inch.

Usage

			
<Position x="72" y="72"/>

		

Element Information

Namespace http://schemas.microsoft.com/office/onenote/2004/import
Schema name SimpleImport

Elements and Attributes

Parent Elements

Element Description
Object Represents an object to be added, updated, or deleted from the specified page.

Child Elements

None.

Attributes

Attribute Type Required Description
xxsd:decimalrequiredRepresents the horizontal position of the object, in points.
yxsd:decimalrequiredRepresents the vertical position of the object, in points.

Definition

			
<xsd:element name="Position">
  <xsd:complexType>
    <!-- X and Y coordinates are represented as points. -->
    <xsd:attribute name="x" type="xsd:decimal" use="required"/>
    <xsd:attribute name="y" type="xsd:decimal" use="required"/>
  </xsd:complexType>
</xsd:element>

		
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp