|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TabJustification>
com.spire.doc.documents.TabJustification
public enum TabJustification
Specifies the tab justification.
Enum Constant Summary | |
---|---|
Bar
Bar. |
|
Centered
Centered tab. |
|
Clear
Clears any tab stop in this position. |
|
Decimal
Decimal tab. |
|
Left
Left tab. |
|
List
|
|
Right
Right tab. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final TabJustification Left
public static final TabJustification Centered
public static final TabJustification Right
public static final TabJustification Decimal
public static final TabJustification Bar
public static final TabJustification List
public static final TabJustification Clear
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |