DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class FormattedTextAreaStyle.LineStyle

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.FormattedTextAreaStyle.LineStyle
Enclosing class:
FormattedTextAreaStyle

public class FormattedTextAreaStyle.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
FormattedTextAreaStyle.LineStyle(float leading, LineLeadingType leadingType)
          Creates a new instance of LineStyle class.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Tests equality of line styles.
 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

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

FormattedTextAreaStyle.LineStyle

public FormattedTextAreaStyle.LineStyle(float leading,
                                        LineLeadingType leadingType)
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
Method Detail

equals

public boolean equals(java.lang.Object obj)
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.

getHashCode

public int getHashCode()
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 FormattedTextAreaStyle LineStyle object.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.07 for Java generated on Aug 12, 2020
© Copyright 2020, ceTe Software