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

In This Topic
    LineFormatList Class Members
    In This Topic

    The following tables list the members exposed by LineFormatList.

    Public Properties
     NameDescription
    Public Property Gets count of items in the list. (Inherited from GrapeCity.Documents.Word.FormattingBagList<LineFormat>)
    Public Property Gets the item by its index in the list. (Inherited from GrapeCity.Documents.Word.FormattingBagList<LineFormat>)
    Top
    Public Methods
     NameDescription
    Public Method Adds a new line format to the list.  
    Public Method Removes all items from the list. (Inherited from GrapeCity.Documents.Word.FormattingBagList<LineFormat>)
    Public Method Clears direct formatting in the object. (Inherited from GrapeCity.Documents.Word.FormattingBag)
    Public MethodDetermines whether the specified object is equal to the current object. (Inherited from GrapeCity.Documents.Word.FormattingBagList<LineFormat>)
    Public MethodServes as the default hash function. (Inherited from GrapeCity.Documents.Word.FormattingBagList<LineFormat>)
    Public MethodOverridden.  Removes a line format from the list.  
    Public Method Removes items from the list based on predicate. (Inherited from GrapeCity.Documents.Word.FormattingBagList<LineFormat>)
    Top
    See Also