java.lang.Object
com.aspose.cells.JsonLayoutOptions
public class JsonLayoutOptions
- extends java.lang.Object
Represents the options of json layout type.
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 ignore title if array is a property of object.
getIgnoreObjectTitle/setIgnoreObjectTitle | |
public boolean getIgnoreObjectTitle() / public void setIgnoreObjectTitle(boolean value)
|
-
Indicates whether ignore 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 numeric 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.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.