PrintAutoNumber Element

Author-it XML Format

Description

Allows you to select the type of automatic numbering that will be inserted just after the Document Super Heading.

Note: No numbering will be inserted if you have not entered a Super Heading in the Print tab.

The PrintAutoNumber element corresponds to the "Super headings" list, on the Print tab, of the Topic object.

Attributes

Attribute Name

Optional

Data Type

inherited

Yes

Boolean

Parent Element

Topic

Values

Data Type

Range

Integer

0 to 8, where:

0 = (none)
1 = 1,2,3 ...
2 = a,b,c ...
3 = A,B,C ...
4 = i,ii,iii ...
5 = I,II,III ...
6 = 1st, 2nd, 3rd ...
7 = One, Two, Three ...
8 = First, Second, Third

Sample XML

<PrintAutoNumber inherited="true">0</PrintAutoNumber>