|
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.
View Example
| Nested Class Summary | |
class |
HtmlTextAreaStyle.LineStyle
|
| Field Summary | |
boolean |
bold
Represents bold text. |
FontStyle |
font
Represents font style. |
boolean |
italic
Represents italic text. |
HtmlTextAreaStyle.LineStyle |
line
Represents line style . |
ParagraphStyle |
paragraph
Represents paragraph style . |
boolean |
underline
Represents underline text. |
| Constructor Summary | |
HtmlTextAreaStyle(FontFamily fontFamily,
float fontSize,
boolean preserveWhiteSpace)
Creates a new instance of HtmlTextAreaStyle |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Tests equality of styles. |
Font |
getFont()
Returns the Font to use from the FontFamily of the style. |
int |
getHashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
| 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
fontFamily - represents Font family of the style.fontSize - represents size of fontpreserveWhiteSpace - represents if WhiteSpaces have o be preservedFontFamily,
FontStyle| Method Detail |
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - Object to compare to the current HtmlTextAreaStyle.
public int getHashCode()
HtmlTextAreaStyle objectpublic Font getFont()
Font to use from the FontFamily of the style.
FontFamily,
Font
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||