com.aspose.cells
Class JsonLayoutOptions

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

public class JsonLayoutOptions 
extends java.lang.Object

Represents the options of json layout type.


Constructor Summary
JsonLayoutOptions()
          
 
Property Getters/Setters Summary
booleangetArrayAsTable()
voidsetArrayAsTable(boolean)
           Processes Array as table.
booleangetConvertNumericOrDate()
voidsetConvertNumericOrDate(boolean)
           Gets or sets a value that indicates whether the string in json is converted to numeric or date.
java.lang.StringgetDateFormat()
voidsetDateFormat(java.lang.String)
           Gets and sets the format of date value.
booleangetIgnoreArrayTitle()
voidsetIgnoreArrayTitle(boolean)
           Indicates whether ignore title if array is a property of object.
booleangetIgnoreNull()
voidsetIgnoreNull(boolean)
           Indicates whether ignoring null value.
booleangetIgnoreObjectTitle()
voidsetIgnoreObjectTitle(boolean)
           Indicates whether ignore title if object is a property of object.
booleangetIgnoreTitle()
voidsetIgnoreTitle(boolean)
           Ingores titles of attributes
java.lang.StringgetNumberFormat()
voidsetNumberFormat(java.lang.String)
           Gets and sets the format of numeric value.
StylegetTitleStyle()
voidsetTitleStyle(Style)
           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.

setArrayAsTable

public void setArrayAsTable(boolean value)
Processes Array as table.

getIgnoreNull/setIgnoreNull

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

setIgnoreNull

public void setIgnoreNull(boolean value)
Indicates whether ignoring null value.

getIgnoreArrayTitle/setIgnoreArrayTitle

public boolean getIgnoreArrayTitle() / public void setIgnoreArrayTitle(boolean 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.

setIgnoreArrayTitle

public void setIgnoreArrayTitle(boolean 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

public boolean getIgnoreObjectTitle() / public void setIgnoreObjectTitle(boolean 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.

setIgnoreObjectTitle

public void setIgnoreObjectTitle(boolean 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

public boolean getIgnoreTitle() / public void setIgnoreTitle(boolean value)
Ingores titles of attributes

setIgnoreTitle

public void setIgnoreTitle(boolean value)
Ingores titles of attributes

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.

setConvertNumericOrDate

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 numeric value.

setNumberFormat

public void setNumberFormat(java.lang.String value)
Gets and sets the format of numeric value.

getDateFormat/setDateFormat

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

setDateFormat

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.

setTitleStyle

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.