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

In This Topic
    DashStopList Class Members
    In This Topic

    The following tables list the members exposed by DashStopList.

    Public Properties
     NameDescription
    Public Property Gets count of items in the list. (Inherited from GrapeCity.Documents.Word.FormattingBagList<DashStop>)
    Public Property Gets the item by its index in the list. (Inherited from GrapeCity.Documents.Word.FormattingBagList<DashStop>)
    Top
    Public Methods
     NameDescription
    Public Method Adds a new dash stop to the dashing scheme.  
    Public Method Removes all items from the list. (Inherited from GrapeCity.Documents.Word.FormattingBagList<DashStop>)
    Public Method Clears direct formatting in the object. (Inherited from GrapeCity.Documents.Word.FormattingBag)
    Public Method  
    Public MethodServes as the default hash function.  
    Public Method Removes an item from the list. (Inherited from GrapeCity.Documents.Word.FormattingBagList<DashStop>)
    Public Method Removes items from the list based on predicate. (Inherited from GrapeCity.Documents.Word.FormattingBagList<DashStop>)
    Top
    See Also