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 value)
           Processes Array as table.
booleangetConvertNumericOrDate()
voidsetConvertNumericOrDate(boolean value)
           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 value)
           Gets and sets the format of date value.
booleangetIgnoreArrayTitle()
voidsetIgnoreArrayTitle(boolean value)
           Indicates whether ingore title if array is a property of object.
booleangetIgnoreNull()
voidsetIgnoreNull(boolean value)
           Indicates whether ignoring null value.
booleangetIgnoreObjectTitle()
voidsetIgnoreObjectTitle(boolean value)
           Indicates whether ingore title if object is a property of object.
java.lang.StringgetNumberFormat()
voidsetNumberFormat(java.lang.String value)
           Gets and sets the format of numberic value.
StylegetTitleStyle()
voidsetTitleStyle(Style value)
           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 ingore title if array is a property of object.

setIgnoreArrayTitle

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.

setIgnoreObjectTitle

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.

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

setNumberFormat

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.

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.