Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ListTemplate Class / StyleDefinition Property

In This Topic
    StyleDefinition Property
    In This Topic
    Gets a numbering style that this list template uses as the base numbering definition.
    Syntax
    'Declaration
     
    Public ReadOnly Property StyleDefinition As Style
    public Style StyleDefinition {get;}
    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.
    See Also