<Page> element

<Page> element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Contains elements that define a page in the document.

Syntax

  <Page
      ID = "intval"
      [Name = "name"]
      [NameU = "universalname"]
      [Background = "boolval"]
      [BackPage = "intval"]
      [ViewScale = "floatval"]
      [ViewCenterX = "floatval"]
      [ViewCenterY = "floatval"]>
  </Page>

Attributes

ID

Required int. The unique ID of the element within its parent element.

Name

Optional string. The name of the element.

NameU

Optional string. The universal name of the element.

Background

Optional boolean. A flag indicating if the page is a background page.

BackPage

Optional int. The ID of this page's background page.

ViewScale

Optional float. The default magnification factor to use when a new view (window) of the page is opened. For example, 1 = 100%; 1.5 = 150%, and so on.

ViewCenterX

Optional float. ViewCenterX and ViewCenterY specify a center point on a page that a new view (window) assumes when it is opened initially.

ViewCenterY

Optional Float. ViewCenterX and ViewCenterY specify a center point on a page that a new view (window) assumes when it is opened initially.

Element information

Parent elements:

Pages

Child elements:

Connects (optional), PageSheet (optional), Shapes (optional)

Remarks

The order of Page elements within the Pages element determines the order in which the pages are displayed in the Microsoft Visio user interface. This is not true for background pages, which always appear at the back of the order.

See also

Page object