|
|||||||||
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 |