All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.ExportRangeToJsonOptions.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





ExportRangeToJsonOptions




com.aspose.cells
Class ExportRangeToJsonOptions

java.lang.Object
    extended by com.aspose.cells.ExportRangeToJsonOptions

public class ExportRangeToJsonOptions 
extends java.lang.Object

Indicates the options that exporting range to json.


Constructor Summary
ExportRangeToJsonOptions()
          
 
Property Getters/Setters Summary
booleangetExportAsString()
voidsetExportAsString(boolean)
           Exports the string value of the cells to json.
booleanhasHeaderRow()
voidsetHasHeaderRow(boolean)
           Indicates whether the range contains header row.
java.lang.StringgetIndent()
voidsetIndent(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.

setHasHeaderRow

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.

setExportAsString

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.

setIndent

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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy