<PageSheet> element

<PageSheet> 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 defining the page sheet for a Page or Master element.

Syntax

  <PageSheet
      [UniqueID = "GUID"]
      [LineStyle = "intval"]
      [FillStyle = "intval"]
      [TextStyle = "intval"]>
  </PageSheet>

Attributes

UniqueID

Optional string. A GUID (globally unique identifier) for the element.

LineStyle

Optional int. The ID of the StyleSheet element from which the PageSheet inherits line formatting.

FillStyle

Optional int. The ID of the StyleSheet element from which the PageSheet inherits fill formatting.

TextStyle

Optional int. The ID of the StyleSheet element from which the PageSheet inherits text formatting.

Element information

Parent elements:

Master, Page

Child elements:

Act (optional), Align (optional), Char (optional), Connection (optional), Control (optional), Data1 (optional), Data2 (optional), Data3 (optional), DocProps (optional), Event (optional), Field (optional), Fill (optional), Foreign (optional), ForeignData (optional), Geom (optional), Group (optional), Help (optional), Hyperlink (optional), Image (optional), Layer (optional), LayerMem (optional), Layout (optional), Line (optional), Misc (optional), PageLayout (optional), PageProps (optional), Para (optional), Prop (optional), Protection (optional), RulerGrid (optional), Scratch (optional), StyleProp (optional), Tabs (optional), Text (optional), TextBlock (optional), TextXForm (optional), User (optional), XForm (optional), XForm1D (optional)

Remarks

All of child elements listed in the preceding table are legal children of the PageSheet element. However, the child elements that are relevant are: Act, Data1, Data2, Data3, Hyperlink, Layer, PageLayout, PageProps, Prop, RulerGrid, Scratch, User, and XForm. Other child elements are ignored if included in a PageSheet element.

See also

PageSheet property