DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class HtmlTextAreaStyle

java.lang.Object
  |
  +--com.cete.dynamicpdf.pageelements.HtmlTextAreaStyle

Deprecated. As of DynamicPDF v4.0.0, Use the FormattedTextAreaStyle class instead.

public class HtmlTextAreaStyle
extends java.lang.Object

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:

View Example

See Also:
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

bold

public boolean bold
Deprecated. 
Represents bold text.


italic

public boolean italic
Deprecated. 
Represents italic text.


underline

public boolean underline
Deprecated. 
Represents underline text.


paragraph

public ParagraphStyle paragraph
Deprecated. 
Represents paragraph style .

See Also:
ParagraphStyle

font

public FontStyle font
Deprecated. 
Represents font style.


line

public HtmlTextAreaStyle.LineStyle line
Deprecated. 
Represents line style .

See Also:
HtmlTextAreaStyle.LineStyle
Constructor Detail

HtmlTextAreaStyle

public HtmlTextAreaStyle(FontFamily fontFamily,
                         float fontSize,
                         boolean preserveWhiteSpace)
Deprecated. As of DynamicPDF v4.0.0, Use the FormattedTextAreaStyle class instead.

Creates a new instance of HtmlTextAreaStyle class.

Parameters:
fontFamily - represents Font family of the style.
fontSize - represents size of font
preserveWhiteSpace - represents if WhiteSpaces have o be preserved
See Also:
FontFamily, FontStyle, FormattedTextAreaStyle
Method Detail

equals

public boolean equals(java.lang.Object obj)
Deprecated. As of DynamicPDF v4.0.0, Use the FormattedTextAreaStyle class instead.

Tests equality of styles.

Overrides:
equals in class java.lang.Object
Parameters:
obj - Object to compare to the current HtmlTextAreaStyle class.
Returns:
true, if the two styles are equal. Otherwise false.
See Also:
FormattedTextAreaStyle

getHashCode

public int getHashCode()
Deprecated. As of DynamicPDF v4.0.0, Use the FormattedTextAreaStyle class instead.

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Returns:
A hash code for the current HtmlTextAreaStyle object
See Also:
FormattedTextAreaStyle

getFont

public Font getFont()
Deprecated. As of DynamicPDF v4.0.0, Use the FormattedTextAreaStyle class instead.

Returns the Font to use from the FontFamily of the style.

Returns:
Font of the style
See Also:
FontFamily, Font, FormattedTextAreaStyle

DynamicPDF by ceTe Software

API Reference for DynamicPDFTM v4.0.1 for Java generated on October 06, 2006
© Copyright 2006, ceTe Software