asposecells.api

Class JsonLayoutOptions

Represents the options of json layout type.

Constructor Summary
 
Property Getters/Setters Summary
methodgetArrayAsTable()
method
           Processes Array as table.
methodgetConvertNumericOrDate()
method
           Indicates whether converting the string in json to numeric or date value.
methodgetDateFormat()
method
           Gets and sets the format of date value.
methodgetIgnoreArrayTitle()
method
           Indicates whether ignore title if array is a property of object.
methodgetIgnoreNull()
method
           Indicates whether ignoring null value.
methodgetIgnoreObjectTitle()
method
           Indicates whether ignore title if object is a property of object.
methodgetIgnoreTitle()
method
           Ingores titles of attributes
methodgetNumberFormat()
method
           Gets and sets the format of numeric value.
methodgetTitleStyle()
method
           Gets and sets the style of the title.
 

    • Constructor Detail

      • JsonLayoutOptions

        JsonLayoutOptions()
    • Property Getters/Setters Detail

      • getArrayAsTable/setArrayAsTable : boolean 

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

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

        boolean getIgnoreArrayTitle() / setIgnoreArrayTitle(value)
        
        Indicates whether ignore title if array is a property of object. NOTE: This property is now obsolete. Instead, please use JsonLayoutOptions.IgnoreTitle property instead. This property will be removed 6 months later since February 2023. Aspose apologizes for any inconvenience you may have experienced.
      • getIgnoreObjectTitle/setIgnoreObjectTitle : boolean 

        boolean getIgnoreObjectTitle() / setIgnoreObjectTitle(value)
        
        Indicates whether ignore title if object is a property of object. NOTE: This property is now obsolete. Instead, please use JsonLayoutOptions.IgnoreTitle property instead. This property will be removed 6 months later since February 2023. Aspose apologizes for any inconvenience you may have experienced.
      • getIgnoreTitle/setIgnoreTitle : boolean 

        boolean getIgnoreTitle() / setIgnoreTitle(value)
        
        Ingores titles of attributes
      • getConvertNumericOrDate/setConvertNumericOrDate : boolean 

        boolean getConvertNumericOrDate() / setConvertNumericOrDate(value)
        
        Indicates whether converting the string in json to numeric or date value.
      • getNumberFormat/setNumberFormat : String 

        String getNumberFormat() / setNumberFormat(value)
        
        Gets and sets the format of numeric value.
      • getDateFormat/setDateFormat : String 

        String getDateFormat() / setDateFormat(value)
        
        Gets and sets the format of date value.
      • getTitleStyle/setTitleStyle : Style 

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