PdfFormField |
PdfAcroForm.addComboBox(String name,
String[][] options,
String defaultValue,
boolean editable,
BaseFont font,
float fontSize,
float llx,
float lly,
float urx,
float ury) |
|
PdfFormField |
PdfAcroForm.addComboBox(String name,
String[] options,
String defaultValue,
boolean editable,
BaseFont font,
float fontSize,
float llx,
float lly,
float urx,
float ury) |
|
PdfFormField |
PdfAcroForm.addHtmlPostButton(String name,
String caption,
String value,
String url,
BaseFont font,
float fontSize,
float llx,
float lly,
float urx,
float ury) |
|
PdfFormField |
PdfAcroForm.addMultiLineTextField(String name,
String text,
BaseFont font,
float fontSize,
float llx,
float lly,
float urx,
float ury) |
|
PdfFormField |
PdfAcroForm.addResetButton(String name,
String caption,
String value,
BaseFont font,
float fontSize,
float llx,
float lly,
float urx,
float ury) |
|
PdfFormField |
PdfAcroForm.addSelectList(String name,
String[][] options,
String defaultValue,
BaseFont font,
float fontSize,
float llx,
float lly,
float urx,
float ury) |
|
PdfFormField |
PdfAcroForm.addSelectList(String name,
String[] options,
String defaultValue,
BaseFont font,
float fontSize,
float llx,
float lly,
float urx,
float ury) |
|
PdfFormField |
PdfAcroForm.addSingleLinePasswordField(String name,
String text,
BaseFont font,
float fontSize,
float llx,
float lly,
float urx,
float ury) |
|
PdfFormField |
PdfAcroForm.addSingleLineTextField(String name,
String text,
BaseFont font,
float fontSize,
float llx,
float lly,
float urx,
float ury) |
|
void |
AcroFields.addSubstitutionFont(BaseFont font) |
Adds a substitution font to the list.
|
protected static ArrayList |
BaseField.breakLines(ArrayList breaks,
BaseFont font,
float fontSize,
float width) |
|
void |
PdfAcroForm.drawButton(PdfFormField button,
String caption,
BaseFont font,
float fontSize,
float llx,
float lly,
float urx,
float ury) |
|
void |
PdfContentByte.drawButton(float llx,
float lly,
float urx,
float ury,
String text,
BaseFont bf,
float size) |
Draws a button.
|
void |
PdfAcroForm.drawMultiLineOfText(PdfFormField field,
String text,
BaseFont font,
float fontSize,
float llx,
float lly,
float urx,
float ury) |
|
void |
PdfAcroForm.drawSingleLineOfText(PdfFormField field,
String text,
BaseFont font,
float fontSize,
float llx,
float lly,
float urx,
float ury) |
|
String |
HyphenationEvent.getHyphenatedWordPre(String word,
BaseFont font,
float fontSize,
float remainingWidth) |
Hyphenates a word and returns the first part of it.
|
static PdfTextArray |
PdfContentByte.getKernArray(String text,
BaseFont font) |
Constructs a kern array for a text in a certain font
|
Font |
DefaultFontMapper.pdfToAwt(BaseFont font,
int size) |
Returns an AWT Font which can be used to represent the given BaseFont
|
Font |
FontMapper.pdfToAwt(BaseFont font,
int size) |
Returns an AWT Font which can be used to represent the given BaseFont
|
void |
TextField.setExtensionFont(BaseFont extensionFont) |
Sets the extensionFont.
|
void |
BaseField.setFont(BaseFont font) |
Sets the text font.
|
void |
PdfAppearance.setFontAndSize(BaseFont bf,
float size) |
Set the font and the size for the subsequent text writing.
|
void |
PdfContentByte.setFontAndSize(BaseFont bf,
float size) |
Set the font and the size for the subsequent text writing.
|
void |
PdfImportedPage.setFontAndSize(BaseFont bf,
float size) |
Always throws an error.
|