| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PdfNumberStyle>
com.spire.pdf.PdfNumberStyle
public enum PdfNumberStyle
Specifies numbering style of page labels.
| Enum Constant Summary | |
|---|---|
| Lower_LatinLowercase letters a-z. | |
| Lower_RomanLowercase roman numerals. | |
| NoneNo numbering at all. | |
| NumericDecimal arabic numerals. | |
| Upper_LatinUppercase letters A-Z. | |
| Upper_RomanUppercase roman numerals. | |
| Method Summary | |
|---|---|
|  java.lang.String | getName()Gets name Specifing numbering style of page labels. | 
|  int | getValue()Gets value Specifing numbering style of page labels | 
| Enum Constant Detail | 
|---|
public static final PdfNumberStyle None
public static final PdfNumberStyle Numeric
public static final PdfNumberStyle Lower_Latin
public static final PdfNumberStyle Lower_Roman
public static final PdfNumberStyle Upper_Latin
public static final PdfNumberStyle Upper_Roman
| Method Detail | 
|---|
public java.lang.String getName()
public int getValue()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||