ASPOSE home

com.aspose.words
Class ListTrailingCharacter

java.lang.Object
    extended by com.aspose.words.ListTrailingCharacter

public class ListTrailingCharacter
extends java.lang.Object

Utility class containing constants. Specifies the character that separates the list label from the text of the paragraph.

Used as a value for the ListLevel.TrailingCharacter property.


Field Summary
static final intTAB
           A tab character is placed between the list label and text of the paragraph.
static final intSPACE
           A space character is placed between the list label and text of the paragraph.
static final intNOTHING
           There is no separator character between the list label and text of the paragraph.
 

Field Detail

TAB

public static final int TAB
A tab character is placed between the list label and text of the paragraph.

SPACE

public static final int SPACE
A space character is placed between the list label and text of the paragraph.

NOTHING

public static final int NOTHING
There is no separator character between the list label and text of the paragraph.

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