Back to Devexpress

TextTabStopCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-768bdfd3.md

latest2.1 KB
Original Source

TextTabStopCollection Class

A collection of text tab stops.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public class TextTabStopCollection :
    PresentationCollection<TextTabStop>
vb
Public Class TextTabStopCollection
    Inherits PresentationCollection(Of TextTabStop)

The following members return TextTabStopCollection objects:

Implements

IList<TextTabStop>

ICollection<TextTabStop>

IEnumerable<TextTabStop>

IEnumerable

Inheritance

Object PresentationCollectionBase<TextTabStop> PresentationCollection<TextTabStop> TextTabStopCollection

See Also

TextTabStopCollection Members

DevExpress.Docs.Presentation Namespace