public interface FormattedText
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHTMLText()
Retrieves the unparsed HTML text for this component.
|
java.lang.String |
getParsedHTMLText()
In parsed html text, the tokens are replaced by appropriate text.
|
int |
getRequiredHeight(int availableWidth)
Retrieves the required height to print the FormattedTextArea given the available width on the paper.
|
void |
print(java.awt.Dimension availableDimension, java.awt.Graphics g)
Print the FormattedTextArea in the given dimension
|
java.lang.String getParsedHTMLText()
java.lang.String getHTMLText()
int getRequiredHeight(int availableWidth)
void print(java.awt.Dimension availableDimension, java.awt.Graphics g)