public static final enum

List.ListItemNumberFormat

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pdftron.layout.List.ListItemNumberFormat

Summary

Enum Values
List.ListItemNumberFormat  e_cardinal_text  Cardinal Text list item number format  
List.ListItemNumberFormat  e_chinese_counting  Chinese Counting list item number format  
List.ListItemNumberFormat  e_chinese_counting_thousand  Chinese Counting Thousand list item number format  
List.ListItemNumberFormat  e_decimal  Decimal list item number format  
List.ListItemNumberFormat  e_decimal_zero  _Decimal Zero list item number format  
List.ListItemNumberFormat  e_lower_letter  Lower Letter list item number format  
List.ListItemNumberFormat  e_lower_roman  Lower Roman list item number format  
List.ListItemNumberFormat  e_none  Unspecified list item number format  
List.ListItemNumberFormat  e_ordinal  Ordinal list item number format  
List.ListItemNumberFormat  e_ordinal_text  Ordinal Text list item number format  
List.ListItemNumberFormat  e_upper_letter  Upper Letter list item number format  
List.ListItemNumberFormat  e_upper_roman  Upper Roman list item number format  
Public Methods
static List.ListItemNumberFormat valueOf(String name)
final static ListItemNumberFormat[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final List.ListItemNumberFormat e_cardinal_text

Cardinal Text list item number format

public static final List.ListItemNumberFormat e_chinese_counting

Chinese Counting list item number format

public static final List.ListItemNumberFormat e_chinese_counting_thousand

Chinese Counting Thousand list item number format

public static final List.ListItemNumberFormat e_decimal

Decimal list item number format

public static final List.ListItemNumberFormat e_decimal_zero

_Decimal Zero list item number format

public static final List.ListItemNumberFormat e_lower_letter

Lower Letter list item number format

public static final List.ListItemNumberFormat e_lower_roman

Lower Roman list item number format

public static final List.ListItemNumberFormat e_none

Unspecified list item number format

public static final List.ListItemNumberFormat e_ordinal

Ordinal list item number format

public static final List.ListItemNumberFormat e_ordinal_text

Ordinal Text list item number format

public static final List.ListItemNumberFormat e_upper_letter

Upper Letter list item number format

public static final List.ListItemNumberFormat e_upper_roman

Upper Roman list item number format

Public Methods

public static List.ListItemNumberFormat valueOf (String name)

public static final ListItemNumberFormat[] values ()