Version

IsListItemResolved Property

Indicates if the paragraph is part of a bulleted or numbered list.
Syntax
'Declaration
 
Public ReadOnly Property IsListItemResolved As Boolean
public bool IsListItemResolved {get;}
Remarks

To make a paragraph part of a list, set the ParagraphSettings.ListId property to id of a RichTextList object in the DocumentRootNode's DocumentRootNode.Lists collection. If the ListInfoId is specified but no RichTextList with such an id exists in the root node's Lists collection then this property returns false.

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