DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class HtmlTextAreaStyle.LineStyle

java.lang.Object
  |
  +--com.cete.dynamicpdf.pageelements.HtmlTextAreaStyle.LineStyle
Enclosing class:
HtmlTextAreaStyle

public class HtmlTextAreaStyle.LineStyle
extends java.lang.Object


Field Summary
 float leading
          Represents the leading of the line.
 LineLeadingType leadingType
          Represents the leading type of the line.
 
Constructor Summary
HtmlTextAreaStyle.LineStyle(float leading, LineLeadingType leadingType)
          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.
 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

leading

public float leading
Represents the leading of the line.


leadingType

public LineLeadingType leadingType
Represents the leading type of the line.

See Also:
LineLeadingType
Constructor Detail

HtmlTextAreaStyle.LineStyle

public HtmlTextAreaStyle.LineStyle(float leading,
                                   LineLeadingType leadingType)
Deprecated. As of DynamicPDF v4.0.0, Use the FormattedTextAreaStyle class instead.

Creates a new instance of LineStyle class.

Parameters:
leading - represents the leading of the line.
leadingType - represents the leading type of the line.
See Also:
LineLeadingType, 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 line styles. Compare if the two line styles are equal.

Overrides:
equals in class java.lang.Object
Parameters:
obj - represents java object
Returns:
true, if the objects 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 hashcode for the current HtmlTextAreaStyle LineStyle object.
See Also:
FormattedTextAreaStyle

DynamicPDF by ceTe Software

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