com.aspose.cells

Class JsonLayoutOptions

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

Represents the options of json layout type.

Constructor Summary
 
Property Getters/Setters Summary
booleangetArrayAsTable()
void
setArrayAsTable(booleanvalue)
           Processes Array as table.
booleangetConvertNumericOrDate()
void
           Gets or sets a value that indicates whether the string in json is converted to numeric or date.
java.lang.StringgetDateFormat()
void
setDateFormat(java.lang.Stringvalue)
           Gets and sets the format of date value.
booleangetIgnoreArrayTitle()
void
setIgnoreArrayTitle(booleanvalue)
           Indicates whether ingore title if array is a property of object.
booleangetIgnoreNull()
void
setIgnoreNull(booleanvalue)
           Indicates whether ignoring null value.
booleangetIgnoreObjectTitle()
void
setIgnoreObjectTitle(booleanvalue)
           Indicates whether ingore title if object is a property of object.
java.lang.StringgetNumberFormat()
void
setNumberFormat(java.lang.Stringvalue)
           Gets and sets the format of numberic value.
StylegetTitleStyle()
void
           Gets and sets the style of the title.
 

    • Constructor Detail

      • JsonLayoutOptions

        public JsonLayoutOptions()
    • Property Getters/Setters Detail

      • getArrayAsTable/setArrayAsTable

        public boolean getArrayAsTable() / public void setArrayAsTable(boolean value)
        
        Processes Array as table.
      • getIgnoreNull/setIgnoreNull

        public boolean getIgnoreNull() / public void setIgnoreNull(boolean value)
        
        Indicates whether ignoring null value.
      • getIgnoreArrayTitle/setIgnoreArrayTitle

        public boolean getIgnoreArrayTitle() / public void setIgnoreArrayTitle(boolean value)
        
        Indicates whether ingore title if array is a property of object.
      • getIgnoreObjectTitle/setIgnoreObjectTitle

        public boolean getIgnoreObjectTitle() / public void setIgnoreObjectTitle(boolean value)
        
        Indicates whether ingore title if object is a property of object.
      • getConvertNumericOrDate/setConvertNumericOrDate

        public boolean getConvertNumericOrDate() / public void setConvertNumericOrDate(boolean value)
        
        Gets or sets a value that indicates whether the string in json is converted to numeric or date.
      • getNumberFormat/setNumberFormat

        public java.lang.String getNumberFormat() / public void setNumberFormat(java.lang.String value)
        
        Gets and sets the format of numberic value.
      • getDateFormat/setDateFormat

        public java.lang.String getDateFormat() / public void setDateFormat(java.lang.String value)
        
        Gets and sets the format of date value.
      • getTitleStyle/setTitleStyle

        public Style getTitleStyle() / public void setTitleStyle(Style value)
        
        Gets and sets the style of the title.

    setArrayAsTable

    public voidsetArrayAsTable(booleanvalue)
    
    Processes Array as table.

    setIgnoreNull

    public voidsetIgnoreNull(booleanvalue)
    
    Indicates whether ignoring null value.

    setIgnoreArrayTitle

    public voidsetIgnoreArrayTitle(booleanvalue)
    
    Indicates whether ingore title if array is a property of object.

    setIgnoreObjectTitle

    public voidsetIgnoreObjectTitle(booleanvalue)
    
    Indicates whether ingore title if object is a property of object.

    setConvertNumericOrDate

    public voidsetConvertNumericOrDate(booleanvalue)
    
    Gets or sets a value that indicates whether the string in json is converted to numeric or date.

    setNumberFormat

    public voidsetNumberFormat(java.lang.Stringvalue)
    
    Gets and sets the format of numberic value.

    setDateFormat

    public voidsetDateFormat(java.lang.Stringvalue)
    
    Gets and sets the format of date value.

    setTitleStyle

    public voidsetTitleStyle(Style value)
    
    Gets and sets the style of the title.