ITabEffectiveData class

ITabEffectiveData class

Immutable object which contains effective text’s tabulation stop properties.

The ITabEffectiveData type exposes the following members:

Properties

PropertyDescription
positionReturns position of a tab.
Assigning this property can change tab’s index in collection and invalidate Enumerator.
Read-only float.
alignmentReturns align style of a tab.
Read-only TabAlignment.

Remarks

This interface is used as a part of IParagraphFormatEffectiveData.

See Also