Version

ListId Property

Specifies the list id associated with bulleted or numbered item this paragraph represents.
Syntax
'Declaration
 
Public Property ListId As String
public string ListId {get; set;}
Remarks

To create a bulleted or numbered list, create a RichTextList object and add it to the document's root node's DocumentRootNode.Lists collection. Create a paragraph for each item in the list and set each paragraph's ListInfoId property to a string value that identifies the RichTextList object added to the root node's Lists collection. To create a hierarchical list, set the ListLevel property of paragraphs in the list 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