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
           No leader line is displayed.
static final intDOTS
           The leader line is made up from dots.
static final intDASHES
           The leader line is made up from dashes.
static final intLINE
           The leader line is a single line.
static final intHEAVY
           The leader line is a single thick line.
static final intMIDDLE_DOT
           The leader line is made up from middle-dots.
 

Field Detail

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.