|
TRVListLevel.Options |
Top Previous Next |
|
List level options type TRVListLevelOption = (rvloContinuous, rvloLevelReset, rvloLegalStyleNumbering); TRVListLevelOptions = set of TRVListLevelOption; If rvloLevelReset is in Options, numbering will be like this: 1. aaaa a) aaaa b) aaaa 2. aaaa a) aaaa b) aaaa If it is excluded, numbering will be like this: 1. aaaa a) aaaa b) aaaa 2. aaaa c) aaaa d) aaaa
If rvloLegalStyleNumbering is in Options, all roman and alpha numbering of higher levels will be changed to decimals, like this: I. aaaa 1.1 aaaa 1.2 aaaa II. aaa Otherwise: I. aaaa I.1 aaaa I.2 aaaa II. aaa
rvloContinuous is reserved for future use.
Default value: [rvloContinuous, rvloLevelReset] |