HtmlCrossType

Inheritance: java.lang.Object

public final class HtmlCrossType

Represents five types of html cross string.

Fields

FieldDescription
CROSSDisplay HTML cross string, this performance for creating large html files will be more than ten times faster than setting the value to Default or FitToCell.
CROSS_HIDE_RIGHTDisplay HTML cross string and hide the right string when the texts overlap.
DEFAULTDisplay like MS Excel,depends on the next cell.
FIT_TO_CELLOnly displaying the string within the width of cell.
MS_EXPORTDisplay the string like MS Excel exporting html.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CROSS

public static final int CROSS

Display HTML cross string, this performance for creating large html files will be more than ten times faster than setting the value to Default or FitToCell.

CROSS_HIDE_RIGHT

public static final int CROSS_HIDE_RIGHT

Display HTML cross string and hide the right string when the texts overlap.

DEFAULT

public static final int DEFAULT

Display like MS Excel,depends on the next cell. If the next cell is null,the string will cross,or it will be truncated

FIT_TO_CELL

public static final int FIT_TO_CELL

Only displaying the string within the width of cell.

MS_EXPORT

public static final int MS_EXPORT

Display the string like MS Excel exporting html.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int