[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ListFormat

Class ListFormat

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

list formatting for a paragraph.

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

Properties

BaseKey

Gets the base (this class) key for formatting properties.

protected override string BaseKey { get; }

Property Value

string

Level

Gets the list level formatting.

public ListLevel Level { get; }

Property Value

ListLevel

LevelNumber

Gets or sets the zero-based list level for the specified Template property.

public int LevelNumber { get; set; }

Property Value

int

Template

Gets or sets the list template associated with the paragraph.

public ListTemplate Template { get; set; }

Property Value

ListTemplate

Methods

ClearFormatting()

Resets to default list formatting.

public override void ClearFormatting()