java.lang.Object
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 int | TAB = 0 | |
A tab character is placed between the list label and text of the paragraph.
|
static final int | SPACE = 1 | |
A space character is placed between the list label and text of the paragraph.
|
static final int | NOTHING = 2 | |
There is no separator character between the list label and text of the paragraph.
|
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.