|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Tab
public final class Tab
Represents a tabulation for a text.
Constructor Summary | |
---|---|
Tab(int position,
int align)
Initializes a new instance of the Tab class. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object obj)
Compares this instance to a specified object. |
int |
getAlign()
Returns or sets align style of a tab. |
int |
getPosition()
Returns or sets position of a tab. |
void |
setAlign(int value)
|
void |
setPosition_Rename_Namesake(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tab(int position, int align)
Initializes a new instance of the Tab class.
position
- Position of the new tab.align
- Align style of the new tab.Method Detail |
---|
public int getPosition()
Returns or sets position of a tab.
Assigning this property can change tab's index in collection and invalidate Enumerator.
Read/write int
.
public void setPosition_Rename_Namesake(int value)
public int getAlign()
Returns or sets align style of a tab. Read/write TabAlignment
.
public void setAlign(int value)
public int compareTo(java.lang.Object obj)
Compares this instance to a specified object.
compareTo
in interface java.lang.Comparable
obj
- An object to compare, or a null reference.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |