pdfnumberstyle-ag凯发旗舰厅



com.spire.pdf
enum pdfnumberstyle

java.lang.object
  extended by java.lang.enum<pdfnumberstyle>
      extended by com.spire.pdf.pdfnumberstyle
all implemented interfaces:
java.lang.comparable<pdfnumberstyle>

public enum pdfnumberstyle
extends java.lang.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

none

public static final pdfnumberstyle none
no numbering at all.

numeric

public static final pdfnumberstyle numeric
decimal arabic numerals.

lower_latin

public static final pdfnumberstyle lower_latin
lowercase letters a-z.

lower_roman

public static final pdfnumberstyle lower_roman
lowercase roman numerals.

upper_latin

public static final pdfnumberstyle upper_latin
uppercase letters a-z.

upper_roman

public static final pdfnumberstyle upper_roman
uppercase roman numerals.
method detail

getname

public java.lang.string getname()
gets name specifing numbering style of page labels.

getvalue

public int getvalue()
gets value specifing numbering style of page labels


网站地图