public final class TabEffectiveData extends java.lang.Object implements ITabEffectiveData
Immutable object which represents a text's tabulation stop.
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ITab obj)
Compares the current instance with another object of the same type.
|
int |
compareTo(java.lang.Object o) |
int |
getAlignment()
Returns or sets align style of a tab.
|
double |
getPosition()
Returns or sets position of a tab.
|
public double getPosition()
Returns or sets position of a tab.
Assigning this property can change tab's index in collection and invalidate Enumerator.
Read-only double
.
getPosition
in interface ITabEffectiveData
public int getAlignment()
Returns or sets align style of a tab.
Read-only TabAlignment
.
getAlignment
in interface ITabEffectiveData
public int compareTo(ITab obj)
Compares the current instance with another object of the same type.
obj
- An object to compare with this instance.<UL>
<LI> < 0 - This instance is less than obj.</LI>
<LI> = 0 - This instance is equal to obj.</LI>
<LI> > 0 - This instance is greater than obj.</LI>
</UL>
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.