Package | Description |
---|---|
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit. |
Constructor and Description |
---|
FormattedText(String text,
FontColor textColor,
FontColor backColor,
int textFont,
int textEncoding,
boolean embedded,
float textSize)
Initializes FormattedText.
|
FormattedText(String text,
FontColor textColor,
FontColor backColor,
int textFont,
int textEncoding,
boolean embedded,
float textSize,
float lineSpacing)
Initializes FormattedText.
|
FormattedText(String text,
FontColor fontColor,
int fontStyle,
int encodingType,
boolean embedded,
float textSize)
Initializes FormattedText.
|
FormattedText(String text,
FontColor fontColor,
int textFont,
int textEncoding,
boolean embedded,
float textSize,
float lineSpacing)
Initialize FormattedText.
|