| 
 | |||||||||
| 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. | |
| PdfCompositeField(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 | ||||||||