|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.graphics.PdfGraphicsWidget
com.spire.pdf.automaticfields.PdfAutomaticField
com.spire.pdf.automaticfields.PdfDynamicField
com.spire.pdf.automaticfields.PdfMultipleValueField
com.spire.pdf.automaticfields.PdfMultipleNumberValueField
com.spire.pdf.automaticfields.PdfPageNumberField
com.spire.pdf.automaticfields.PdfDestinationPageNumberField
public class PdfDestinationPageNumberField
Represents class which displays destination page's number.
Constructor Summary | |
---|---|
PdfDestinationPageNumberField()
Initializes a new instance of the class. |
|
PdfDestinationPageNumberField(PdfFontBase font)
Initializes a new instance of the class. |
|
PdfDestinationPageNumberField(PdfFontBase font,
PdfBrush brush)
Initializes a new instance of the class. |
|
PdfDestinationPageNumberField(PdfFontBase font,
java.awt.geom.Rectangle2D bounds)
Initializes a new instance of the class. |
Method Summary | |
---|---|
PdfNewPage |
getPage()
Gets the page. |
void |
setPage(PdfNewPage value)
Sets the page. |
Methods inherited from class com.spire.pdf.automaticfields.PdfMultipleNumberValueField |
---|
getNumberStyle, setNumberStyle |
Methods inherited from class com.spire.pdf.automaticfields.PdfAutomaticField |
---|
draw, getBounds, getBrush, getFont, getLocation, getPen, getSize, getStringFormat, setBounds, setBrush, setFont, setLocation, setPen, setSize, setStringFormat |
Methods inherited from class com.spire.pdf.graphics.PdfGraphicsWidget |
---|
draw, draw |
Constructor Detail |
---|
public PdfDestinationPageNumberField()
public PdfDestinationPageNumberField(PdfFontBase font)
font
- The font.public PdfDestinationPageNumberField(PdfFontBase font, PdfBrush brush)
font
- The font.brush
- The brush.public PdfDestinationPageNumberField(PdfFontBase font, java.awt.geom.Rectangle2D bounds)
font
- A object that specifies the font attributes (the family name, the size, and the style of the font) to use.bounds
- Specifies the location and size of the field.Method Detail |
---|
public PdfNewPage getPage()
public void setPage(PdfNewPage value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |