| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.FormattedTextAreaStyle
public class FormattedTextAreaStyle
This class can be used to define a certain style of text to be used with an FormattedTextArea.
Licensing:
This class is a DynamicPDF Generator Professional Edition
 feature. One of the following licenses is required for non-evaluation usage:
 
| Nested Class Summary | |
|---|---|
|  class | FormattedTextAreaStyle.LineStyle | 
| Field Summary | |
|---|---|
|  boolean | boldRepresents bold text. | 
|  FontStyle | fontRepresents font style. | 
|  boolean | italicRepresents italic text. | 
|  FormattedTextAreaStyle.LineStyle | lineRepresents line style . | 
|  ParagraphStyle | paragraphRepresents paragraph style . | 
|  float | textRiseRepresents the rise level for superscript ot subscript. | 
|  boolean | underlineRepresents underline text. | 
| Constructor Summary | |
|---|---|
| FormattedTextAreaStyle(FontFamily fontFamily,
                       float fontSize,
                       boolean preserveWhiteSpace)Creates a new instance of FormattedTextAreaStyleclass. | |
| Method Summary | |
|---|---|
|  boolean | equals(java.lang.Object obj)Tests equality of styles. | 
|  Font | getFont()Returns the Fontto use from theFontFamilyof 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 FormattedTextAreaStyle.LineStyle line
FormattedTextAreaStyle.LineStylepublic float textRise
| Constructor Detail | 
|---|
public FormattedTextAreaStyle(FontFamily fontFamily,
                              float fontSize,
                              boolean preserveWhiteSpace)
FormattedTextAreaStyle class.
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 FormattedTextAreaStyle.
public int getHashCode()
FormattedTextAreaStyle 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 | ||||||||