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