com.aspose.cells.ExportRangeToJsonOptions.html Maven / Gradle / Ivy
ExportRangeToJsonOptions
com.aspose.cells
Class ExportRangeToJsonOptions
java.lang.Object
com.aspose.cells.ExportRangeToJsonOptions
public class ExportRangeToJsonOptions
- extends java.lang.Object
Constructor Summary |
---|
ExportRangeToJsonOptions()
|
Property Getters/Setters Summary | ||
---|---|---|
boolean | getExportAsString() | |
void | setExportAsString(boolean) | |
Exports the string value of the cells to json. | ||
boolean | hasHeaderRow() | |
void | setHasHeaderRow(boolean) | |
Indicates whether the range contains header row. | ||
java.lang.String | getIndent() | |
void | setIndent(java.lang.String) | |
Indicates the indent. |
Constructor Detail |
---|
ExportRangeToJsonOptions
public ExportRangeToJsonOptions()
Property Getters/Setters Detail |
---|
hasHeaderRow/setHasHeaderRow | |
public boolean hasHeaderRow() / public void setHasHeaderRow(boolean value) |
Indicates whether the range contains header row.
getExportAsString/setExportAsString | |
public boolean getExportAsString() / public void setExportAsString(boolean value) |
Exports the string value of the cells to json.
getIndent/setIndent | |
public java.lang.String getIndent() / public void setIndent(java.lang.String value) |
Indicates the indent. If the indent is null or empty, the exported json is not formatted.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.