MergeEmptyTdType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class MergeEmptyTdType
Represents the merge type for empty TD element when exporting file to html.
Fields
Field | Description |
---|---|
DEFAULT | Display like MS Excel. |
MERGE_FORCELY | Merging empty TD element forcedly when exporting file to html. |
NONE | Empty TD elements will not be merged when exporting file to html. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |