JsonLayoutOptions
Contents
[
Hide
]JsonLayoutOptions class
Represents the options of json layout type.
public class JsonLayoutOptions
Constructors
Name | Description |
---|---|
JsonLayoutOptions() | The default constructor. |
Properties
Name | Description |
---|---|
ArrayAsTable { get; set; } | Processes Array as table. |
ConvertNumericOrDate { get; set; } | Gets or sets a value that indicates whether the string in json is converted to numeric or date. |
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 |
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