ExportRangeToJsonOptions
Inheritance: java.lang.Object
public class ExportRangeToJsonOptions
Indicates the options that exporting range to json.
Constructors
Constructor | Description |
---|---|
ExportRangeToJsonOptions() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getExportAsString() | Exports the string value of the cells to json. |
getExportEmptyCells() | Indicates whether exporting empty cells as null. |
getIndent() | Indicates the indent. |
hasHeaderRow() | Indicates whether the range contains header row. |
hashCode() | |
notify() | |
notifyAll() | |
setExportAsString(boolean value) | Exports the string value of the cells to json. |
setExportEmptyCells(boolean value) | Indicates whether exporting empty cells as null. |
setHasHeaderRow(boolean value) | Indicates whether the range contains header row. |
setIndent(String value) | Indicates the indent. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ExportRangeToJsonOptions()
public ExportRangeToJsonOptions()
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
getExportAsString()
public boolean getExportAsString()
Exports the string value of the cells to json.
Returns: boolean
getExportEmptyCells()
public boolean getExportEmptyCells()
Indicates whether exporting empty cells as null.
Returns: boolean
getIndent()
public String getIndent()
Indicates the indent.
Remarks
If the indent is null or empty, the exported json is not formatted.
Returns: java.lang.String
hasHeaderRow()
public boolean hasHeaderRow()
Indicates whether the range contains header row.
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setExportAsString(boolean value)
public void setExportAsString(boolean value)
Exports the string value of the cells to json.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setExportEmptyCells(boolean value)
public void setExportEmptyCells(boolean value)
Indicates whether exporting empty cells as null.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setHasHeaderRow(boolean value)
public void setHasHeaderRow(boolean value)
Indicates whether the range contains header row.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setIndent(String value)
public void setIndent(String value)
Indicates the indent.
Remarks
If the indent is null or empty, the exported json is not formatted.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
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 |