[]
        
(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
object
LineFormatList
Implements
System.Collections.Generic.IReadOnlyList<T><LineFormat>
System.Collections.Generic.IReadOnlyCollection<T><LineFormat>
System.Collections.Generic.IEnumerable<T><LineFormat>
System.Collections.IEnumerable
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

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.