ParagraphProperties
Tabs Property
|
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TabStopCollection Tabs { get; }
Public ReadOnly Property Tabs As TabStopCollection
Get
public:
property TabStopCollection^ Tabs {
TabStopCollection^ get ();
}
member Tabs : TabStopCollection with get
Property Value
Type:
TabStopCollection
See Also