WebNumbering Element

Author-it XML Format

Description

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

  • HTML Tag: no numbering is applied, and will restart any numbered paragraphs preceding it. You must choose a paragraph tag.
  • Number: sequential numbering is applied. This will also restart any numbered paragraphs preceding it with a lower Outline Level.
  • Bullet: places a character before the paragraph. This will also restart any numbered paragraphs preceding it with a lower Outline Level.
  • None: 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 WebNumbering element corresponds to the radio-button options, on the "Bullets and Numbering" sub-tab, on the Webtab 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 = HTML Tag
2 = Number
3 = Bullet
4 = None

Sample XML

<WebNumbering>1</WebNumbering>