Click or drag to resize

ParagraphFormatTabs Property

Gets collection of custom tab stops.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public TabStopCollection Tabs { get; }

Property Value

TabStopCollection
Remarks
This collection specifies a sequence of custom TabStops which shall be used for any SpecialCharacter elements that have CharacterType equal to Tab.
See Also