Class JsonLayoutOptions
Contents
[
Hide
]JsonLayoutOptions class
Represents the options of json layout type.
public class JsonLayoutOptions
Constructors
Name | Description |
---|---|
JsonLayoutOptions() | Constructor of loading JSON layout options. |
Properties
Name | Description |
---|---|
ArrayAsTable { get; set; } | Processes Array as table. |
ConvertNumericOrDate { get; set; } | Indicates whether converting the string in json to numeric or date value. |
DateFormat { get; set; } | Gets and sets the format of date value. |
IgnoreArrayTitle { get; set; } | (Obsolete.) Indicates whether ignore title if array is a property of object. |
IgnoreNull { get; set; } | Indicates whether ignoring null value. |
IgnoreObjectTitle { get; set; } | (Obsolete.) Indicates whether ignore title if object is a property of object. |
IgnoreTitle { get; set; } | Ingores titles of attributes |
KeptSchema { get; set; } | Indicates whether keeping schema of this json. |
NumberFormat { get; set; } | Gets and sets the format of numeric value. |
TitleStyle { get; set; } | Gets and sets the style of the title. |
See Also
- namespace Aspose.Cells.Utility
- assembly Aspose.Cells