|
|||||||||
| 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_Latin
Lowercase letters a-z. |
|
Lower_Roman
Lowercase roman numerals. |
|
None
No numbering at all. |
|
Numeric
Decimal arabic numerals. |
|
Upper_Latin
Uppercase letters A-Z. |
|
Upper_Roman
Uppercase 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 | ||||||||