[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FillFormatList

Class FillFormatList

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

Represents a set of three or more fill styles that are used within a theme.

public class FillFormatList : FormattingBagList<FillFormat>, IReadOnlyList<FillFormat>, IReadOnlyCollection<FillFormat>, IEnumerable<FillFormat>, IEnumerable
Inheritance
object
FillFormatList
Implements
System.Collections.Generic.IReadOnlyList<T><FillFormat>
System.Collections.Generic.IReadOnlyCollection<T><FillFormat>
System.Collections.Generic.IEnumerable<T><FillFormat>
System.Collections.IEnumerable
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Methods

Add()

Adds a new fill format to the list.

public FillFormat Add()

Returns

FillFormat

The added FillFormat.

Remove(int)

Removes the fill format from the list.

public override void Remove(int index)

Parameters

index int

The fill format index in the list.