Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FillFormatList Class
Properties Methods

In This Topic
    FillFormatList Class Members
    In This Topic

    The following tables list the members exposed by FillFormatList.

    Public Properties
     NameDescription
    Public Property Gets count of items in the list. (Inherited from GrapeCity.Documents.Word.FormattingBagList<FillFormat>)
    Public Property Gets the item by its index in the list. (Inherited from GrapeCity.Documents.Word.FormattingBagList<FillFormat>)
    Top
    Public Methods
     NameDescription
    Public Method Adds a new fill format to the list.  
    Public Method Removes all items from the list. (Inherited from GrapeCity.Documents.Word.FormattingBagList<FillFormat>)
    Public Method Clears direct formatting in the object. (Inherited from GrapeCity.Documents.Word.FormattingBag)
    Public MethodOverridden.  Removes the fill format from the list.  
    Public Method Removes items from the list based on predicate. (Inherited from GrapeCity.Documents.Word.FormattingBagList<FillFormat>)
    Top
    See Also