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

objectJsonLayoutOptions

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

bool

ConvertNumericOrDate

Indicates whether converting the string in json to numeric or date value.

public bool ConvertNumericOrDate { get; set; }

Property Value

bool

DateFormat

Gets and sets the format of date value.

public string DateFormat { get; set; }

Property Value

string

IgnoreNull

Indicates whether ignoring null value.

public bool IgnoreNull { get; set; }

Property Value

bool

IgnoreTitle

Ingores titles of attributes

public bool IgnoreTitle { get; set; }

Property Value

bool

KeptSchema

Indicates whether keeping schema of this json.

public bool KeptSchema { get; set; }

Property Value

bool

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

string

TitleStyle

Gets and sets the style of the title.

public Style TitleStyle { get; set; }

Property Value

Style