ParagraphFormat
Tabs Property
|
Gets the tabs info.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TabCollection Tabs { get; }
Public ReadOnly Property Tabs As TabCollection
Get
public:
property TabCollection^ Tabs {
TabCollection^ get ();
}
member Tabs : TabCollection with get
Property Value
Type:
TabCollection
The tabs info.
See Also