|
|||||||||
| 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.pdfcompositefield
public class pdfcompositefield
represents class which can concatenate multiple automatic fields into single string.
| constructor summary | |
|---|---|
pdfcompositefield()
initializes a new instance of the class. |
|
pdfcompositefield(pdffontbase font)
initializes a new instance of the class. |
|
pdfcompositefield(pdffontbase font,
pdfbrush brush)
initializes a new instance of the class. |
|
pdfcompositefield(pdffontbase font,
pdfbrush brush,
java.lang.string text)
initializes a new instance of the class. |
|
(pdffontbase font,
pdfbrush brush,
java.lang.string text,
pdfautomaticfield... list)
initializes a new instance of the class. |
|
pdfcompositefield(pdffontbase font,
java.lang.string text)
initializes a new instance of the class. |
|
pdfcompositefield(pdffontbase font,
java.lang.string text,
pdfautomaticfield... list)
initializes a new instance of the class. |
|
pdfcompositefield(java.lang.string text,
pdfautomaticfield... list)
initializes a new instance of the class. |
|
| method summary | |
|---|---|
pdfautomaticfield[] |
getautomaticfields()
gets the automatic fields. |
java.lang.string |
gettext()
gets the text. |
void |
setautomaticfields(pdfautomaticfield[] value)
sets the automatic fields. |
void |
settext(java.lang.string value)
sets the text. |
| 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 pdfcompositefield()
public pdfcompositefield(pdffontbase font)
font - a object that specifies the font attributes (the family name, the size, and the style of the font) to use.public pdfcompositefield(pdffontbase font,
pdfbrush brush)
font - the font.brush - the brush.public pdfcompositefield(pdffontbase font,
java.lang.string text)
font - a object that specifies the font attributes (the family name, the size, and the style of the font) to use.text - the wide-character string to be drawn.public pdfcompositefield(pdffontbase font,
pdfbrush brush,
java.lang.string text)
font - a object that specifies the font attributes (the family name, the size, and the style of the font) to use.text - the wide-character string to be drawn.brush - a object that is used to fill the string.public pdfcompositefield(java.lang.string text,
pdfautomaticfield... list)
text - the wide-character string to be drawn.list - the list of objects.public pdfcompositefield(pdffontbase font,
java.lang.string text,
pdfautomaticfield... list)
font - a object that specifies the font attributes (the family name, the size, and the style of the font) to use.text - the wide-character string to be drawn.list - the list of objects.public pdfcompositefield(pdffontbase font,
pdfbrush brush,
java.lang.string text,
pdfautomaticfield... list)
font - a object that specifies the font attributes (the family name, the size, and the style of the font) to use.brush - a object that is used to fill the string.text - the wide-character string to be drawn.list - the list of objects.| method detail |
|---|
public java.lang.string gettext()
public void settext(java.lang.string value)
public pdfautomaticfield[] getautomaticfields()
public void setautomaticfields(pdfautomaticfield[] value)
|
|||||||||
| prev class next class | frames no frames | ||||||||
| summary: nested | field | constr | method | detail: field | constr | method | ||||||||