|
||||||||
| 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 the tabulation for a text.
| Constructor Summary | |
|---|---|
Tab(int position,
int align)
Initializes a new instance of the Tab class. |
|
| Method Summary | |
|---|---|
int |
getAlign()
Returns the align style of a tab. |
int |
getPosition()
Returns the position of a tab. |
void |
setAlign(int value)
Sets the align style of a tab. |
void |
setPosition(int value)
Sets the position of a tab. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tab(int position,
int align)
position - position of the new tab.align - align style of the new tab. See TabAlignment.| Method Detail |
|---|
public int getPosition()
public void setPosition(int value)
value - new tab position.public int getAlign()
TabAlignment.public void setAlign(int value)
value - new tab alignment. See TabAlignment.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||