|
ASPOSE home |
java.lang.Objectcom.aspose.words.TabLeader
public class TabLeader
Field Summary | ||
---|---|---|
static final byte | NONE | |
No leader line is displayed. | ||
static final byte | DOTS | |
The leader line is made up from dots. | ||
static final byte | DASHES | |
The leader line is made up from dashes. | ||
static final byte | LINE | |
The leader line is a single line. | ||
static final byte | HEAVY | |
The leader line is a single thick line. | ||
static final byte | MIDDLE_DOT | |
The leader line is made up from middle-dots. |
Field Detail |
---|
NONE | |
public static final byte NONE |
DOTS | |
public static final byte DOTS |
DASHES | |
public static final byte DASHES |
LINE | |
public static final byte LINE |
HEAVY | |
public static final byte HEAVY |
MIDDLE_DOT | |
public static final byte MIDDLE_DOT |
|
ASPOSE home |