Package-level declarations
Types
A numbering strategy that counts items as letters of the latin alphabet: 0, A, B, C, ...
A numbering strategy that counts items as integers: 0, 1, 2, 3, ...
An immutable group of NumberingFormats for different types of elements (Nodes) in a document.
Represents a NumberingSymbol within a NumberingFormat with the responsibility of counting items (e.g. headings) according to a specific rule (strategy).
A NumberingSymbol that represents a fixed character in a numbering format, such as the dots .
, in the format 1.A.a
.
Represents a format that defines how items (e.g. headings) are numbered in a document, depending on their relative position and level of nesting. For example, a format 1.A.a
would result in the following numbering:
Any symbol that appears in a numbering format. For example, in the format 1.A.a
:
A numbering strategy that counts items as Roman numerals: 0, I, II, III, ...