com.aspose.cells

Class ExportRangeToJsonOptions

  • java.lang.Object
    • com.aspose.cells.ExportRangeToJsonOptions
public class ExportRangeToJsonOptions 
extends java.lang.Object

Indicates the options that exporting range to json.

Constructor Summary
 
Property Getters/Setters Summary
booleangetExportAsString()
void
setExportAsString(booleanvalue)
           Exports the string value of the cells to json.
booleanhasHeaderRow()
void
setHasHeaderRow(booleanvalue)
           Indicates whether the range contains header row.
java.lang.StringgetIndent()
void
setIndent(java.lang.Stringvalue)
           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.

    setHasHeaderRow

    public voidsetHasHeaderRow(booleanvalue)
    
    Indicates whether the range contains header row.

    setExportAsString

    public voidsetExportAsString(booleanvalue)
    
    Exports the string value of the cells to json.

    setIndent

    public voidsetIndent(java.lang.Stringvalue)
    
    Indicates the indent. If the indent is null or empty, the exported json is not formatted.