[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TabStopCollection

TabStopCollection Class

Represents a collection of TabStop objects that define custom tabs for a paragraph or a style.

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

Properties

Name Description
BaseKey

Gets the base (this class) key for formatting properties.

Count

Gets the number of tab stops in the collection.

this[int]

Gets a tab stop at the given index.

this[float]

Gets a tab stop at a specified position.

Methods

Name Description
Add(float)

Adds or replaces a tab stop at a specified position.

Add(float, TabStopAlignment)

Adds or replaces a tab stop at a specified position.

Add(float, TabStopAlignment, TabStopLeader)

Adds or replaces a tab stop at a specified position.

After(float)

Gets the first tab stop to the right of a specified position.

Before(float)

Gets a first tab stop to the left of a specified position.

Clear()

Deletes all custom tab stops.

Contains(float)

Checks whether the collection contains a tab stop at a specified position.

Delete(TabStop)

Deletes a TabStop from the collection.

GetEnumerator()

Gets an enumerator that iterates through the tab stops.

TryGetValue(float, out TabStop)

Gets a tab stop at a specified position.