MergeEmptyTdType

Inheritance: java.lang.Object

public final class MergeEmptyTdType

Represents the merge type for empty TD element when exporting file to html.

Fields

FieldDescription
DEFAULTDisplay like MS Excel.
MERGE_FORCELYMerging empty TD element forcedly when exporting file to html.
NONEEmpty TD elements will not be merged when exporting file to html.

Methods

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

DEFAULT

public static final int DEFAULT

Display like MS Excel.

MERGE_FORCELY

public static final int MERGE_FORCELY

Merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value.

NONE

public static final int NONE

Empty TD elements will not be merged when exporting file to html. This will generate a significantly larger html file.

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