[]
Gets the collection of TabPosition objects representing tab stops associated with the current text.
[C1TypeSerialization(C1TypeSerializationEnum.Content)]
public TabPositionCollection TabPositions { get; }
This method always returns a non-null TabPositionCollection, initializing it if it did not exist. To test whether the current object has any tab stops defined without creating the TabPositions collection, use the HasTabPositions property.