| 
 | |||||||||
| 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.PdfSectionPageNumberField
public class PdfSectionPageNumberField
Represents automatic field to display page number within a section.
| Constructor Summary | |
|---|---|
| PdfSectionPageNumberField()Initializes a new instance of the class. | |
| PdfSectionPageNumberField(PdfFontBase font)Initializes a new instance of the class. | |
| PdfSectionPageNumberField(PdfFontBase font,
                          PdfBrush brush)Initializes a new instance of the class. | |
| PdfSectionPageNumberField(PdfFontBase font,
                          java.awt.geom.Rectangle2D bounds)Initializes a new instance of the class. | |
| Method Summary | 
|---|
| 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 PdfSectionPageNumberField()
public PdfSectionPageNumberField(PdfFontBase font)
font - The font.
public PdfSectionPageNumberField(PdfFontBase font,
                                 PdfBrush brush)
font - The font.brush - The brush.
public PdfSectionPageNumberField(PdfFontBase font,
                                 java.awt.geom.Rectangle2D bounds)
font - The font.bounds - The bounds.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||