<< Click to display table of contents >> TRVRTFReaderProperties.CanReuseNumberedLists |
Specifies whether numbered paragraph lists in inserted RTF/DocX content can continue numbering in existing lists.
property CanReuseNumberedLists: Boolean;
(introduced in version 11)
If CanReuseNumberedLists = True, methods for RTF/DocX insertion can merge existing numbered paragraph lists with lists in inserted content (if they have identical properties).
If this is undesirable, assign CanReuseNumberedLists = False, and inserted lists will be independent.
Default value:
True