|
java.lang.Object
com.aspose.words.TabLeader
public class TabLeader - extends java.lang.Object
Utility class containing constants.
Specifies the type of the leader line displayed under the tab character.
|
Field Summary |
static final int | NONE | |
|
No leader line is displayed.
|
static final int | DOTS | |
|
The leader line is made up from dots.
|
static final int | DASHES | |
|
The leader line is made up from dashes.
|
static final int | LINE | |
|
The leader line is a single line.
|
static final int | HEAVY | |
|
The leader line is a single thick line.
|
static final int | MIDDLE_DOT | |
|
The leader line is made up from middle-dots.
|
NONE | |
public static final int NONE |
-
No leader line is displayed.
DOTS | |
public static final int DOTS |
-
The leader line is made up from dots.
DASHES | |
public static final int DASHES |
-
The leader line is made up from dashes.
LINE | |
public static final int LINE |
-
The leader line is a single line.
HEAVY | |
public static final int HEAVY |
-
The leader line is a single thick line.
MIDDLE_DOT | |
public static final int MIDDLE_DOT |
-
The leader line is made up from middle-dots.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|