Numbering Element

Author-it XML Format

Description

Allows you to choose the type of numbering applied to the paragraph. The following types are allowed:

  • None: no numbering is applied, and will restart any numbered paragraphs preceding it.
  • Numbered: sequential numbering is applied. This will also restart any numbered paragraphs preceding it with a lower Outline Level.
  • Bulleted: places a character before the paragraph. This will also restart any numbered paragraphs preceding it with a lower Outline Level.
  • Skip numbering: no numbering is applied, and any numbered paragraphs will continue numbering in following paragraphs. This allows you to have multiple paragraphs for a single numbered point.

The Numbering element corresponds to the radio-button options, on the "Bullets and Numbering" sub-tab, on the "Style Definition" tab, of the Style object.

Attributes

Attribute Name

Optional

Data Type

inherited

Yes

Boolean

Parent Element

Style

Values

Data Type

Range

Integer

1 to 4, where:

1 = None
2 = Numbered
3 = Bullet
4 = Skip Numbering

Sample XML

<Numbering>1</Numbering>