JsonLayoutOptions class
JsonLayoutOptions class
Represents the options of json layout type.
The JsonLayoutOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self) | Constructor of loading JSON layout options. |
Properties
| Property | Description |
|---|---|
| array_as_table | Processes Array as table. |
| ignore_null | Indicates whether ignoring null value. |
| ignore_array_title | Indicates whether ignore title if array is a property of object. |
| ignore_object_title | Indicates whether ignore title if object is a property of object. |
| ignore_title | Ingores titles of attributes |
| convert_numeric_or_date | Indicates whether converting the string in json to numeric or date value. |
| number_format | Gets and sets the format of numeric value. |
| date_format | Gets and sets the format of date value. |
| title_style | Gets and sets the style of the title. |
| kept_schema | Indicates whether keeping schema of this json. |
See Also
- module
aspose.cells.utility