Aspose::Cells::Utility::JsonLayoutOptions class
Contents
[
Hide
]JsonLayoutOptions class
Represents the options of json layout type.
class JsonLayoutOptions
Methods
Method | Description |
---|---|
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. |
GetKeptSchema() | Indicates whether keeping schema of this json. |
GetTitleStyle() | Gets and sets the style of the title. |
IsNull() const | Checks whether the implementation object is nullptr. |
JsonLayoutOptions() | Constructor of loading JSON layout options. |
JsonLayoutOptions(JsonLayoutOptions_Impl* impl) | Constructs from an implementation object. |
JsonLayoutOptions(const JsonLayoutOptions& src) | Copy constructor. |
explicit operator bool() const | operator 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. |
SetKeptSchema(bool value) | Indicates whether keeping schema of this json. |
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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Utility
- Library Aspose.Cells for C++