Package | Description |
---|---|
com.aspose.pdf.facades |
The com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit.
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
FormFieldFacade.getFont()
Gets the font style type of a field text.
|
static FontStyle |
FontStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontStyle[] |
FontStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FormFieldFacade.setFont(FontStyle value)
Sets the font style type of a field text.
|
Constructor and Description |
---|
FormattedText(String text,
Color textColor,
Color backColor,
FontStyle textFont,
int encoding,
boolean embedded,
float textSize)
Initializes FormattedText.
|
FormattedText(String text,
Color textColor,
Color backColor,
FontStyle textFont,
int textEncoding,
boolean embedded,
float textSize,
float lineSpacing)
Initializes FormattedText.
|
FormattedText(String text,
Color color,
FontStyle textFont,
int textEncoding,
boolean embedded,
float textSize)
Initializes FormattedText.
|
FormattedText(String text,
Color textColor,
FontStyle textFont,
int textEncoding,
boolean embedded,
float textSize,
float lineSpacing)
Initializes FormattedText.
|
FormattedText(String text,
FontColor textColor,
FontColor backColor,
FontStyle textFont,
int textEncoding,
boolean embedded,
float textSize)
Initializes FormattedText.
|
FormattedText(String text,
FontColor textColor,
FontColor backColor,
FontStyle textFont,
int textEncoding,
boolean embedded,
float textSize,
float lineSpacing)
Initializes FormattedText.
|
FormattedText(String text,
FontColor fontColor,
FontStyle fontStyle,
int encodingType,
boolean embedded,
float textSize)
Initializes FormattedText.
|
FormattedText(String text,
FontColor fontColor,
FontStyle textFont,
int textEncoding,
boolean embedded,
float textSize,
float lineSpacing)
Initialize FormattedText.
|
Copyright © 2024 Aspose. All Rights Reserved.