<Tab> element

<Tab> 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 specify tab stop position and alignment for a single tab stop.

Syntax

  <Tab
      [IX = "intval"]>
  </Tab>

Attributes

IX

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

Element Information

Parent elements:

Tabs

Child elements:

Alignment (optional), Position (optional)

Remarks

The Tab element is an exception to the general rule in XML for Visio that absence means inheritance. Each Tab element in a Tabs element must be specified, or it will be deleted locally. However, the Position and Alignment elements within each Tab element will inherit if omitted.

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

See also

Tabs section