public class JsonLayoutOptions
extends java.lang.Object
| Constructor and Description |
|---|
JsonLayoutOptions()
Constructor of loading JSON layout options.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getArrayAsTable()
Processes Array as table.
|
boolean |
getConvertNumericOrDate()
Indicates whether converting the string in json to numeric or date value.
|
java.lang.String |
getDateFormat()
Gets the format of date value.
|
boolean |
getIgnoreArrayTitle()
Deprecated.
Use JsonLayoutOptions.IgnoreTitle property instead.
|
boolean |
getIgnoreNull()
Indicates whether ignoring null value.
|
boolean |
getIgnoreObjectTitle()
Deprecated.
Use JsonLayoutOptions.IgnoreTitle property instead.
|
boolean |
getIgnoreTitle()
Ingores titles of attributes
|
boolean |
getKeptSchema()
Indicates whether keeping schema of this json.
|
java.lang.String |
getNumberFormat()
Gets the format of numeric value.
|
Style |
getTitleStyle()
Gets the style of the title.
|
void |
setArrayAsTable(boolean value)
Processes Array as table.
|
void |
setConvertNumericOrDate(boolean value)
Indicates whether converting the string in json to numeric or date value.
|
void |
setDateFormat(java.lang.String value)
Sets the format of date value.
|
void |
setIgnoreArrayTitle(boolean value)
Deprecated.
Use JsonLayoutOptions.IgnoreTitle property instead.
|
void |
setIgnoreNull(boolean value)
Indicates whether ignoring null value.
|
void |
setIgnoreObjectTitle(boolean value)
Deprecated.
Use JsonLayoutOptions.IgnoreTitle property instead.
|
void |
setIgnoreTitle(boolean value)
Ingores titles of attributes
|
void |
setKeptSchema(boolean value)
Indicates whether keeping schema of this json.
|
void |
setNumberFormat(java.lang.String value)
Sets the format of numeric value.
|
void |
setTitleStyle(Style value)
Sets the style of the title.
|
public JsonLayoutOptions()
public boolean getArrayAsTable()
public void setArrayAsTable(boolean value)
public boolean getIgnoreNull()
public void setIgnoreNull(boolean value)
public boolean getIgnoreArrayTitle()
Remarks
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.public void setIgnoreArrayTitle(boolean value)
Remarks
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.public boolean getIgnoreObjectTitle()
Remarks
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.public void setIgnoreObjectTitle(boolean value)
Remarks
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.public boolean getIgnoreTitle()
public void setIgnoreTitle(boolean value)
public boolean getConvertNumericOrDate()
public void setConvertNumericOrDate(boolean value)
public java.lang.String getNumberFormat()
public void setNumberFormat(java.lang.String value)
public java.lang.String getDateFormat()
public void setDateFormat(java.lang.String value)
public Style getTitleStyle()
public void setTitleStyle(Style value)
public boolean getKeptSchema()
Remarks
Sometimes we will save the file to JSON after loading JSON file.public void setKeptSchema(boolean value)
Remarks
Sometimes we will save the file to JSON after loading JSON file.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.