Aspose::Cells::Utility::JsonLayoutOptions class

JsonLayoutOptions class

Represents the options of json layout type.

class JsonLayoutOptions

Methods

MethodDescription
Get_DateFormat()Gets and sets the format of date value.
Get_NumberFormat()Gets and sets the format of numeric value.
GetArrayAsTable()Processes Array as table.
GetConvertNumericOrDate()Indicates whether converting the string in json to numeric or date value.
GetIgnoreNull()Indicates whether ignoring null value.
GetIgnoreTitle()Ingores titles of attributes.
GetTitleStyle()Gets and sets the style of the title.
IsNull() constChecks whether the implementation object is nullptr.
JsonLayoutOptions()Default constructor.
JsonLayoutOptions(JsonLayoutOptions_Impl* impl)Constructs from an implementation object.
JsonLayoutOptions(const JsonLayoutOptions& src)Copy constructor.
explicit operator bool() constoperator bool()
operator=(const JsonLayoutOptions& src)operator=
SetArrayAsTable(bool value)Processes Array as table.
SetConvertNumericOrDate(bool value)Indicates whether converting the string in json to numeric or date value.
SetDateFormat(const U16String& value)Gets and sets the format of date value.
SetDateFormat(const char16_t* value)Gets and sets the format of date value.
SetIgnoreNull(bool value)Indicates whether ignoring null value.
SetIgnoreTitle(bool value)Ingores titles of attributes.
SetNumberFormat(const U16String& value)Gets and sets the format of numeric value.
SetNumberFormat(const char16_t* value)Gets and sets the format of numeric value.
SetTitleStyle(const Style& value)Gets and sets the style of the title.
~JsonLayoutOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also