|
|||||||||
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
public abstract class PdfMultipleNumberValueField
Represents automatic field which has the same value within the
Constructor Summary | |
---|---|
PdfMultipleNumberValueField()
Initializes a new instance of the class. |
|
PdfMultipleNumberValueField(PdfFontBase font)
Initializes a new instance of the class. |
|
PdfMultipleNumberValueField(PdfFontBase font,
PdfBrush brush)
Initializes a new instance of the class. |
|
PdfMultipleNumberValueField(PdfFontBase font,
java.awt.geom.Rectangle2D bounds)
Initializes a new instance of the class. |
Method Summary | |
---|---|
PdfNumberStyle |
getNumberStyle()
Gets the number style. |
void |
setNumberStyle(PdfNumberStyle value)
Sets the number style. |
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 PdfMultipleNumberValueField()
public PdfMultipleNumberValueField(PdfFontBase font)
font
- The font.public PdfMultipleNumberValueField(PdfFontBase font, PdfBrush brush)
font
- The font.brush
- The brush.public PdfMultipleNumberValueField(PdfFontBase font, java.awt.geom.Rectangle2D bounds)
font
- The font.bounds
- The bounds.Method Detail |
---|
public PdfNumberStyle getNumberStyle()
public void setNumberStyle(PdfNumberStyle value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |