Click or drag to resize

TabStopCollection Class

Represents a collection of TabStops.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentTabStopCollection

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class TabStopCollection : IEnumerable<TabStop>, 
	IEnumerable

The TabStopCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds tab stop to the collection.
Public methodClear Removes all tab stops.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodToArray Copies all tab stops to a new array.
Top
See Also