Version

Lists Property

A collection of RichTextList objects where each RichTextList object identifies bulleted or numbered list in the document.
Syntax
'Declaration
 
Public Property Lists As RichTextListCollection
public RichTextListCollection Lists {get; set;}
Remarks

To create a bulleted or numbered list, create a RichTextList object and add it to this collection. Create and add in the document a paragraph for each item in the list and set each paragraph's ParagraphSettings.ListId property to the same value as the RichTextList's RichTextList.Id. To create a hierarchical list, set the ParagraphNode.ListLevel property of paragraphs appropriately - where 0 is the root level, 1 is the child level and so on.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also