ITabEffectiveData Interface

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

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ITabEffectiveData : IComparable

The ITabEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Returns align style of a tab. Read-only TabAlignment.
Public propertyAsIComparable
Returns IComparable interface. Read-only IComparable.
Public propertyPosition
Returns position of a tab. Assigning this property can change tab's index in collection and invalidate Enumerator. Read-only Double.
Methods
  NameDescription
Public methodCompareTo (Inherited from IComparable.)
Remarks
This interface is used as a part of IParagraphFormatEffectiveData.
See Also