Version

ListStyleId Property

Specifies the id of a ListStyle that contains the list settings, such as whether the list is bulleted or numbered.
Syntax
'Declaration
 
Public Property ListStyleId As String
public string ListStyleId {get; set;}
Remarks
To specify settings that describe the style of list items, whether the items are bulleted, numbered or have custom text, set the Template property to an instance of ListTemplate. Alternatively you can also create a ListStyle with its Template set and add it to DocumentRootNode.Styles collection and set ListStyleId property to the style's id. Note that ListStyleId and Template properties are exclusive. Specifying Template will cause the ListStyleId to be ignored.
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