|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.TabEx
public final class TabEx
Represents a tabulation for a text.
Constructor Summary | |
---|---|
TabEx(double position,
TabAlignmentEx align)
Initializes a new instance of the TabEx class. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object obj)
Compares the current instance with another object of the same type. |
TabAlignmentEx |
getAlign()
Deprecated. |
TabAlignmentEx |
getAlignment()
Returns the align style of a tab. |
double |
getPosition()
Returns the position of a tab. |
void |
setAlign(TabAlignmentEx value)
Deprecated. |
void |
setAlignment(TabAlignmentEx value)
Sets the align style of a tab. |
void |
setPosition(double 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 TabEx(double position, TabAlignmentEx align)
position
- Position of the new tab.align
- Align style of the new tab.Method Detail |
---|
public double getPosition()
public void setPosition(double value)
value
- new tab position.@Deprecated public TabAlignmentEx getAlign()
TabAlignmentEx
.@Deprecated public void setAlign(TabAlignmentEx value)
value
- See TabAlignmentEx
.public TabAlignmentEx getAlignment()
TabAlignmentEx
.public void setAlignment(TabAlignmentEx value)
value
- See TabAlignmentEx
.public int compareTo(java.lang.Object obj)
obj
- An object to compare with this instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |