<Layer> element

<Layer> 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 single layer and its properties for a page.

Syntax

  <Layer
      [IX = "intval"]
      [Del = "boolval"]>
  </Layer>

Attributes

IX

Optional int. The zero-based index of the element within its parent element.

Del

Optional boolean. A flag indicating whether the element is deleted locally. A value of 1 indicates that the element is deleted locally.

Element information

Parent elements:

DocumentSheet, PageSheet, Shape, StyleSheet

Child elements:

Active (optional), Color (optional), ColorTrans (optional), Glue (optional), Lock (optional), Name (optional), NameUniv (optional), Print (optional), Snap (optional), Status (optional), Visible (optional)

Remarks

The Layer element is relevant only when contained in a PageSheet element. It is ignored when contained in a DocumentSheet, Shape, or StyleSheet element.

See also

Layers section