[]
Represents a single list template that includes all formatting that defines a list.
public class ListTemplate
Public Class ListTemplate
Name | Description |
---|---|
Document | Gets the parent document. |
Id | Gets the unique identifier of the list template. |
IsMultiLevel | Gets a value indicating whether the list contains 9 levels, If this property is false, the list contains only 1 level. |
ListLevels | Gets the collection of ListLevel for the list template. |
Name | Gets or sets the name of the list template. |
StyleDefinition | Gets a numbering style that this list template uses as the base numbering definition. |
StyleReference | Gets a numbering style that serves the actual numbering properties, and which itself points to the actual underlying list template. |