PlaceObjects Element

Represents a a command to add, update, or delete the specified objects on the specified page.

Multiple objects can be imported to multiple pages if desired. You create a PlaceObjects element for each page on which you want to place content. You must include at least one Object element in each PlaceObjects element.

Usage

			
<PlaceObjects pagePath="MSN Instant Messenger\Conversations.one" 
              pageGuid="{8FDD3C41-5BB5-4595-B019-7E7E9BC9D38E}">
  <Object guid="{F6FC4149-1092-48ea-806D-0067C8661A18}">
    <Position x="72" y="72"/>
    <Ink>
      <File path="c:\ink.isf"/>
    </Ink>
  </Object>
  <Object guid="{1A6648BA-D792-48f1-AC6A-43DF6E258851}">
    <Delete/>
  </Object>
</PlaceObjects>

		

Element Information

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

Elements and Attributes

Parent Elements

Element Description
Import Represents the root element of the OneNote 2003 simple import schema. .

Child Elements

None.

However, the element type, PlaceObjectsVerb, does contain child elements.

Attributes

None.

However, the element type, PlaceObjectsVerb, does have attributes.

Definition

			
<xsd:element name="PlaceObjects" type="PlaceObjectsVerb"/>

		
©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