tabdataex-ag凯发旗舰厅
com.spire.presentation
class tabdataex
java.lang.object
com.spire.presentation.tabdataex
- all implemented interfaces:
- java.lang.comparable
public final class tabdataex
- extends java.lang.object
- implements java.lang.comparable
represents a text's tabulation stop.
tabdataex
public tabdataex(tabstop tab)
getposition
public double getposition()
- gets or sets position of a tab. assigning this property can change tab's index in collection and invalidate enumerator.
- returns:
getalignment
public tabalignmenttype getalignment()
- gets or sets align style of a tab.
read/write .
- returns:
compareto
public int compareto(java.lang.object obj)
- compares the current instance with another object of the same type.
- parameters:
obj
- an object to compare with this instance.
- returns:
- a 32-bit integer that indicates the relative order of the comparands. the return value has these meanings: < 0 - this instance is less than obj. = 0 - this instance is equal to obj. > 0 - this instance is greater than obj.