ITabEffectiveData

All Implemented Interfaces: java.lang.Comparable

public interface ITabEffectiveData extends Comparable

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


This interface is used as a part of IParagraphFormatEffectiveData.

Methods

MethodDescription
getPosition()Returns position of a tab.
getAlignment()Returns align style of a tab.

getPosition()

public abstract double getPosition()

Returns position of a tab. Assigning this property can change tab’s index in collection and invalidate Enumerator. Read-only double.

Returns: double

getAlignment()

public abstract int getAlignment()

Returns align style of a tab. Read-only TabAlignment.

Returns: int