[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ListTemplate

Class ListTemplate

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a single list template that includes all formatting that defines a list.

public class ListTemplate
Inheritance
object
ListTemplate
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Document

Gets the parent document.

public DocumentBase Document { get; }

Property Value

DocumentBase

Id

Gets the unique identifier of the list template.

public int Id { get; }

Property Value

int

IsMultiLevel

Gets a value indicating whether the list contains 9 levels, If this property is false, the list contains only 1 level.

public bool IsMultiLevel { get; }

Property Value

bool

ListLevels

Gets the collection of ListLevel for the list template.

public ListLevelCollection ListLevels { get; }

Property Value

ListLevelCollection

Name

Gets or sets the name of the list template.

public string Name { get; set; }

Property Value

string

StyleDefinition

Gets a numbering style that this list template uses as the base numbering definition.

public Style StyleDefinition { get; }

Property Value

Style

Remarks

Numbering styles are never directly referenced by paragraphs or runs in the document. Instead, a list template specifies that it contains the underlying numbering information for a numbering style. The numbering style itself is just a friendly name on a list template.

StyleReference

Gets a numbering style that serves the actual numbering properties, and which itself points to the actual underlying list template.

public Style StyleReference { get; }

Property Value

Style