Skip to main content
All docs
V26.1
  • TextParagraphProperties.TabStops Property

    Returns a collection of tab stops for the paragraph.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public TextTabStopCollection TabStops { get; }

    Property Value

    Type Description
    TextTabStopCollection

    The collection of tab stops for the paragraph.

    See Also