|
|||||||||
| 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.PdfSingleValueField
com.spire.pdf.automaticfields.PdfDocumentAuthorField
public class PdfDocumentAuthorField
Represent automatic field which contains document's author name.
| Constructor Summary | |
|---|---|
PdfDocumentAuthorField()
Initializes a new instance of the class. |
|
PdfDocumentAuthorField(PdfFontBase font)
Initializes a new instance of the class. |
|
PdfDocumentAuthorField(PdfFontBase font,
PdfBrush brush)
Initializes a new instance of the class. |
|
PdfDocumentAuthorField(PdfFontBase font,
java.awt.geom.Rectangle2D bounds)
Initializes a new instance of the class. |
|
PdfDocumentAuthorField(PdfFontBase font,
com.spire.ms.System.Drawing.RectangleF bounds)
Initializes a new instance of the class. |
|
| Method Summary |
|---|
| 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 PdfDocumentAuthorField()
public PdfDocumentAuthorField(PdfFontBase font)
font - The font.
public PdfDocumentAuthorField(PdfFontBase font,
PdfBrush brush)
font - The font.brush - The brush.
public PdfDocumentAuthorField(PdfFontBase font,
com.spire.ms.System.Drawing.RectangleF bounds)
font - The font.bounds - The bounds.
public PdfDocumentAuthorField(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 | ||||||||