[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.LineFormatList

Class LineFormatList

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

Represents a set of three or more line styles for use within a theme.

public class LineFormatList : FormattingBagList<LineFormat>, IReadOnlyList<LineFormat>, IReadOnlyCollection<LineFormat>, IEnumerable<LineFormat>, IEnumerable
Inheritance
LineFormatList
Implements
Inherited Members

Methods

Add()

Adds a new line format to the list.

public LineFormat Add()

Returns

LineFormat

The added LineFormat.

Remove(int)

Removes a line format from the list.

public override void Remove(int index)

Parameters

index int

The line format index to remove.