aspose.cells

Class JsonLayoutOptions

Represents the options of json layout type.

Constructor Summary
 
Property Getters/Setters Summary
functiongetArrayAsTable()
function
           Processes Array as table.
functiongetConvertNumericOrDate()
function
           Indicates whether converting the string in json to numeric or date value.
functiongetDateFormat()
function
           Gets and sets the format of date value.
functiongetIgnoreArrayTitle()
function
           Indicates whether ignore title if array is a property of object.
functiongetIgnoreNull()
function
           Indicates whether ignoring null value.
functiongetIgnoreObjectTitle()
function
           Indicates whether ignore title if object is a property of object.
functiongetIgnoreTitle()
function
           Ingores titles of attributes
functiongetNumberFormat()
function
           Gets and sets the format of numeric value.
functiongetTitleStyle()
function
           Gets and sets the style of the title.
 

    • Constructor Detail

      • JsonLayoutOptions

        function JsonLayoutOptions()
    • Property Getters/Setters Detail

      • getArrayAsTable/setArrayAsTable : boolean 

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

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

        function getIgnoreArrayTitle() / function 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 

        function getIgnoreObjectTitle() / function 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 

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

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

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

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

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