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 = 0
           A tab character is placed between the list label and text of the paragraph.
static final intSPACE = 1
           A space character is placed between the list label and text of the paragraph.
static final intNOTHING = 2
           There is no separator character between the list label and text of the paragraph.
 

Field Detail

TAB = 0

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

SPACE = 1

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

NOTHING = 2

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

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.