Class JsonLayoutOptions
Class JsonLayoutOptions
Namespace: Aspose.Cells.Utility
Assembly: Aspose.Cells.dll (25.2.0)
Represents the options of json layout type.
public class JsonLayoutOptions
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
JsonLayoutOptions()
Constructor of loading JSON layout options.
public JsonLayoutOptions()
Properties
ArrayAsTable
Processes Array as table.
public bool ArrayAsTable { get; set; }
Property Value
ConvertNumericOrDate
Indicates whether converting the string in json to numeric or date value.
public bool ConvertNumericOrDate { get; set; }
Property Value
DateFormat
Gets and sets the format of date value.
public string DateFormat { get; set; }
Property Value
IgnoreNull
Indicates whether ignoring null value.
public bool IgnoreNull { get; set; }
Property Value
IgnoreTitle
Ingores titles of attributes
public bool IgnoreTitle { get; set; }
Property Value
KeptSchema
Indicates whether keeping schema of this json.
public bool KeptSchema { get; set; }
Property Value
Remarks
Sometimes we will save the file to JSON after loading JSON file.
NumberFormat
Gets and sets the format of numeric value.
public string NumberFormat { get; set; }
Property Value
TitleStyle
Gets and sets the style of the title.
public Style TitleStyle { get; set; }