ITabEffectiveData

ITabEffectiveData interface

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

public interface ITabEffectiveData : IComparable

Properties

NameDescription
Alignment { get; }Returns align style of a tab. Read-only TabAlignment.
AsIComparable { get; }Returns IComparable interface. Read-only IComparable.
Position { get; }Returns position of a tab. Assigning this property can change tab’s index in collection and invalidate Enumerator. Read-only Double.

Remarks

This interface is used as a part of IParagraphFormatEffectiveData.

See Also