public final class ListItemStyle
extends com.aspose.ms.System.Enum
Provides a style of a list item.
Modifier and Type | Field and Description |
---|---|
static int |
Bullets
A list with bullets.
|
static int |
Letters
A list with english letters.
|
static int |
LocalLetters
A list with localized letters.
|
static int |
Numbers
A list with numbers.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Bullets
A list with bullets.
public static final int Numbers
A list with numbers.
public static final int Letters
A list with english letters.
public static final int LocalLetters
A list with localized letters.
Copyright © 2019. All rights reserved.