| | | |
Property name | Type used | Effect |
---|
Alignment | Integer constant | The numbering is positioned in relation to the start position of paragraph: - haCenter: The numbering is centered in relation to the start of paragraph.
- haRight: The numbering is positioned on the right in relation to the start of paragraph.
- haLeft: The numbering is positioned on the left in relation to the start of paragraph.
|
Format | Integer constant | Formatting for this level of numbering (digits, roman digits, letters, ...): - numfUppercaseLetter: Numbering in uppercase letters: A, B, C, D, ...
- numfLowercaseLetter: Numbering in lowercase letters: a, b, c, d, ...
- numfNumeric: Numbering in digits: 1, 2, 3, 4, ...
- numfNumericInLetters: Numbering in digits written in letters: one, two, three, four, ...
- numfOrdinal: Ordered numbering: 1st, 2nd, 3rd, etc.
- numfOrdinalInLetters: Ordered numbering in letters: first, second, third, ...
- numfBullet: Numbering in bullet format. Only the bullets represented by a font character are available. You cannot create a bullet associated with an image.
- numfRomanUppercase: Numbering in uppercase Roman digits: I, II, III, ...
- numfRomanLowercase: Numbering in lowercase Roman digits: i, ii, iii, ...
|
Formatting | docFormatting variable | Parameters for numbering formatting. |
PageLayout | | Layout of numbered paragraph. |
| Layout.Alignment | Integer constant | Horizontal alignment used for the numbered paragraph: - haCenter: Centered
- haRight: Aligned to right
- haLeft: Aligned to left
- haJustified: Justified.
|
| Border SETTINGS | Border variable | Characteristics of border used for the numbered paragraph. Remark: the rounded corners are not supported. |
| Layout ColorBackground | Integer | Background color of numbered paragraph. This color can correspond to: |
| Layout.SpacingAfter | Real | Spacing after the numbered paragraph (expressed in millimeters). This property is set to 0 by default. |
| SpacingFront | Real | Spacing before the numbered paragraph (expressed in millimeters). This property is set to 0 by default. |
| MiseEnPage.Interligne | Real | Line spacing (expressed in millimeters). Used if the TypeInterline property is interlineExact or interlineMinimumproperty. . This property is set to 0 by default. |
| Right.Withdrawal.page. | Real | Right indent of numbered paragraph (expressed in millimeters). This property is set to 0 by default. |
| Left PullOutPage | Real | Left indent of numbered paragraph (expressed in millimeters). This property is set to 0 by default. |
| FirstLinePlacement.Withdrawal | Real | Indent of first line in numbered paragraph (expressed in millimeters). This property is set to 0 by default. |
| MiseEnPage.TabulationPerso | Array of docTabulation | Custom tabulations of numbered paragraph. |
| MiseEnPage.TrameFond | Background variable | Characteristics of paragraph background. |
| MiseEnPage.TypeInterligne | Integer constant | Type of line spacing used: - interlineExact: 0.
- interlineMinimum: The line spacing corresponds at least to the value of the Property Interline. 0.
- interlineMultiple (default value): 0.
|
RestartAfter | Integer | Level after which the numbering must be reinitialized. This property can correspond to: - 0: the numbering is never reinitialized.
- -1: the numbering is reinitialized as soon as a higher level is incremented.
- a value x greater than 0: the numbering is reinitialized as soon as the level x is incremented.
|
Separator | Integer constant | Type of separator used to perform the spacing between the paragraph numbering and the rest of text: - numsepNone: No separator.
- numsepSpace: The separator is a space.
- numsepTabulation: The separator is a tabulation.
|
Text | Character string | Numbering to use. The % symbol followed by a digit will contain the numbering value for the level defined by this digit. Examples: - "%1 )" uses the numbering of level 1 followed by a bracket.
- "%1. %2" displays the numbering of level 1 followed by the numbering of level 2.
For a list with bullets, characters representing the requested bullet. This character will be displayed in the font selected for the numbering formatting. Caution: The number of the previous levels will be formatted as defined by the previous level unless the Property AllNumber is set to True. |
AllInDigit | Boolean | - True in order for all the level numbers (current level and previous levels) to be written in Arabic digits,
- False to keep the characteristics of each level.
|
Tplc | Character string | Specific identifier for MS Word. This property is available in read-only. |
InitialValue | Integer | Start value of numbering (must be a positive integer). |