[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.DashStopList

DashStopList Class

Represents a custom dashing scheme.

It is a list of dash stop items which represent building block atoms upon which the custom dashing scheme is built.

Inheritance
DashStopList
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class DashStopList : FormattingBagList<DashStop>, IReadOnlyList<DashStop>, IReadOnlyCollection<DashStop>, IEnumerable<DashStop>, IEnumerable
Public Class DashStopList
    Inherits FormattingBagList(Of DashStop)
    Implements IReadOnlyList(Of DashStop), IReadOnlyCollection(Of DashStop), IEnumerable(Of DashStop), IEnumerable

Methods

Name Description
Add(float, float)

Adds a new dash stop to the dashing scheme.

Equals(object)
GetHashCode()
Insert(float, float, int)

Inserts a new dash stop into the dashing scheme.