|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.cete.dynamicpdf.pageelements.HtmlTextAreaStyle
This class can be used to define a certain style of text to be used with an HtmlTextArea.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
FormattedTextAreaStyle
| Nested Class Summary | |
class |
HtmlTextAreaStyle.LineStyle
Deprecated. |
| Field Summary | |
boolean |
bold
Deprecated. Represents bold text. |
FontStyle |
font
Deprecated. Represents font style. |
boolean |
italic
Deprecated. Represents italic text. |
HtmlTextAreaStyle.LineStyle |
line
Deprecated. Represents line style . |
ParagraphStyle |
paragraph
Deprecated. Represents paragraph style . |
boolean |
underline
Deprecated. Represents underline text. |
| Constructor Summary | |
HtmlTextAreaStyle(FontFamily fontFamily,
float fontSize,
boolean preserveWhiteSpace)
Deprecated. As of DynamicPDF v4.0.0, Use the FormattedTextAreaStyle class instead. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Deprecated. As of DynamicPDF v4.0.0, Use the FormattedTextAreaStyle class instead. |
Font |
getFont()
Deprecated. As of DynamicPDF v4.0.0, Use the FormattedTextAreaStyle class instead. |
int |
getHashCode()
Deprecated. As of DynamicPDF v4.0.0, Use the FormattedTextAreaStyle class instead. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean bold
public boolean italic
public boolean underline
public ParagraphStyle paragraph
ParagraphStylepublic FontStyle font
public HtmlTextAreaStyle.LineStyle line
HtmlTextAreaStyle.LineStyle| Constructor Detail |
public HtmlTextAreaStyle(FontFamily fontFamily,
float fontSize,
boolean preserveWhiteSpace)
HtmlTextAreaStyle class.
fontFamily - represents Font family of the style.fontSize - represents size of fontpreserveWhiteSpace - represents if WhiteSpaces have o be preservedFontFamily,
FontStyle,
FormattedTextAreaStyle| Method Detail |
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - Object to compare to the current HtmlTextAreaStyle class.
FormattedTextAreaStylepublic int getHashCode()
HtmlTextAreaStyle objectFormattedTextAreaStylepublic Font getFont()
Font to use from the FontFamily of the style.
FontFamily,
Font,
FormattedTextAreaStyle
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||