com.aspose.words
Class TabLeader

java.lang.Object
    extended by 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 intNONE = 0
           No leader line is displayed.
static final intDOTS = 1
           The leader line is made up from dots.
static final intDASHES = 2
           The leader line is made up from dashes.
static final intLINE = 3
           The leader line is a single line.
static final intHEAVY = 4
           The leader line is a single thick line.
static final intMIDDLE_DOT = 5
           The leader line is made up from middle-dots.
 

Field Detail

NONE = 0

public static final int NONE
No leader line is displayed.

DOTS = 1

public static final int DOTS
The leader line is made up from dots.

DASHES = 2

public static final int DASHES
The leader line is made up from dashes.

LINE = 3

public static final int LINE
The leader line is a single line.

HEAVY = 4

public static final int HEAVY
The leader line is a single thick line.

MIDDLE_DOT = 5

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.