ASPOSE home

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 byteNONE
           No leader line is displayed.
static final byteDOTS
           The leader line is made up from dots.
static final byteDASHES
           The leader line is made up from dashes.
static final byteLINE
           The leader line is a single line.
static final byteHEAVY
           The leader line is a single thick line.
static final byteMIDDLE_DOT
           The leader line is made up from middle-dots.
 

Field Detail

NONE

public static final byte NONE
No leader line is displayed.

DOTS

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

DASHES

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

LINE

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

HEAVY

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

MIDDLE_DOT

public static final byte MIDDLE_DOT
The leader line is made up from middle-dots.

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home