| Package | Description |
|---|---|
| com.ironsoftware.ironpdf | |
| com.ironsoftware.ironpdf.font | |
| com.ironsoftware.ironpdf.form | |
| com.ironsoftware.ironpdf.headerfooter | |
| com.ironsoftware.ironpdf.internal.staticapi |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfDocument.replaceText(PageSelection pageSelection,
String oldText,
String newText,
FontTypes customFont,
Float customFontSize)
Replace the specified old text with new text on a given page.
|
| Modifier and Type | Method and Description |
|---|---|
static FontTypes |
FontTypes.createCustomFont(String Name,
String FontFilePath)
Deprecated.
This method is deprecated and is no longer supported.
Create custom font types.
|
static FontTypes |
FontTypes.fromString(String FontNameOrFilePath)
Deprecated.
This method is deprecated and is no longer supported.
Gets FontTypes from font file path.
|
static FontTypes |
FontTypes.getArial()
Gets arial.
|
static FontTypes |
FontTypes.getArialBold()
Gets arial bold.
|
static FontTypes |
FontTypes.getArialBoldItalic()
Gets arial bold italic.
|
static FontTypes |
FontTypes.getArialItalic()
Gets arial italic.
|
static FontTypes |
FontTypes.getCourier()
Gets courier.
|
static FontTypes |
FontTypes.getCourierBold()
Gets courier bold.
|
static FontTypes |
FontTypes.getCourierBoldOblique()
Gets courier bold oblique.
|
static FontTypes |
FontTypes.getCourierNew()
Gets courier new.
|
static FontTypes |
FontTypes.getCourierNewBold()
Gets courier new bold.
|
static FontTypes |
FontTypes.getCourierNewBoldItalic()
Gets courier new bold italic.
|
static FontTypes |
FontTypes.getCourierNewItalic()
Gets courier new italic.
|
static FontTypes |
FontTypes.getCourierOblique()
Gets courier oblique.
|
static FontTypes |
FontTypes.getHelvetica()
Gets helvetica.
|
static FontTypes |
FontTypes.getHelveticaBold()
Gets helvetica bold.
|
static FontTypes |
FontTypes.getHelveticaBoldOblique()
Gets helvetica bold oblique.
|
static FontTypes |
FontTypes.getHelveticaOblique()
Gets helvetica oblique.
|
static FontTypes |
FontTypes.getSymbol()
Gets symbol.
|
static FontTypes |
FontTypes.getTimesNewRoman()
Gets times new roman.
|
static FontTypes |
FontTypes.getTimesNewRomanBold()
Gets times new roman bold.
|
static FontTypes |
FontTypes.getTimesNewRomanBoldItalic()
Gets times new roman bold italic.
|
static FontTypes |
FontTypes.getTimesNewRomanItalic()
Gets times new roman italic.
|
static FontTypes |
FontTypes.getZapfDingbats()
Gets zapf dingbats.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormManager.setTextFieldFont(String textFieldName,
FontTypes font,
int fontSize)
Deprecated.
This method is deprecated and no longer has any effect.
Set the font of a
TextField |
| Modifier and Type | Method and Description |
|---|---|
FontTypes |
TextHeaderFooter.getFont()
Gets font.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextHeaderFooter.setFont(FontTypes value)
Sets font.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Text_Api.replaceTextOnPage(InternalPdfDocument internalPdfDocument,
int pageIndex,
String oldText,
String newText,
FontTypes customFont,
Float customFontSize)
Replace the specified old text with new text on a given page
|
static void |
Form_Api.setTextFieldFont(InternalPdfDocument internalPdfDocument,
String textFieldName,
FontTypes font,
int fontSize)
Deprecated.
This method is deprecated and no longer has any effect.
Sets text field font.
|
Copyright © 2022–2025 Iron Software. All rights reserved.