|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.pdfpagenumber
public class pdfpagenumber
this class allows to manipulate with page labels of one of the sections.
constructor summary | |
---|---|
pdfpagenumber()
initializes a new instance of the class. |
method summary | |
---|---|
pdfnumberstyle |
getnumberstyle()
gets the numbering style. |
java.lang.string |
getprefix()
gets the prefix. |
int |
getstartnumber()
gets the start number. |
void |
setnumberstyle(pdfnumberstyle value)
sets the numbering style. |
void |
setprefix(java.lang.string value)
sets the prefix. |
void |
setstartnumber(int value)
sets the start number. |
constructor detail |
---|
public pdfpagenumber()
method detail |
---|
public pdfnumberstyle getnumberstyle()
public void setnumberstyle(pdfnumberstyle value)
public java.lang.string getprefix()
public void setprefix(java.lang.string value)
public int getstartnumber()
public void setstartnumber(int value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |