ExportRangeToJsonOptions

Inheritance: java.lang.Object

public class ExportRangeToJsonOptions

Indicates the options that exporting range to json.

Constructors

ConstructorDescription
ExportRangeToJsonOptions()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueboolean

setExportEmptyCells(boolean value)

public void setExportEmptyCells(boolean value)

Indicates whether exporting empty cells as null.

Parameters:

ParameterTypeDescription
valueboolean

setHasHeaderRow(boolean value)

public void setHasHeaderRow(boolean value)

Indicates whether the range contains header row.

Parameters:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int