[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.LineFormatList

LineFormatList Class

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

Inheritance
LineFormatList
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class LineFormatList : FormattingBagList<LineFormat>, IReadOnlyList<LineFormat>, IReadOnlyCollection<LineFormat>, IEnumerable<LineFormat>, IEnumerable
Public Class LineFormatList
    Inherits FormattingBagList(Of LineFormat)
    Implements IReadOnlyList(Of LineFormat), IReadOnlyCollection(Of LineFormat), IEnumerable(Of LineFormat), IEnumerable

Methods

Name Description
Add()

Adds a new line format to the list.

Remove(int)

Removes a line format from the list.