WebNumbering Element
Description
Allows you to choose the type of numbering applied to the paragraph in the HTML. The following types are allowed:
- None - no numbering is applied, and will restart any numbered paragraphs preceding it. You must choose a paragraph tag.
- Numbering - 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.
- 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 WebNumbering element corresponds to the radio-button options, on the "Bullets and Numbering" sub-tab, on the HTML 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 = Numbering 3 = Bullet 4 = Skip Numbering
|
Sample XML
<WebNumbering>1</WebNumbering>
|