Aspose::Cells::Pivot::PivotViewToJsonOptions class
Contents
[
Hide
]PivotViewToJsonOptions class
The options of exporting pivot view as json.
class PivotViewToJsonOptions
Methods
| Method | Description |
|---|---|
| GetFileName() | Gets and sets the file which stores exported JSON. |
| GetIndent() | Indicates the indent. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const PivotViewToJsonOptions& src) | operator= |
| PivotViewToJsonOptions() | The options for exporting pivot view to JSON. |
| PivotViewToJsonOptions(PivotViewToJsonOptions_Impl* impl) | Constructs from an implementation object. |
| PivotViewToJsonOptions(const PivotViewToJsonOptions& src) | Copy constructor. |
| SetFileName(const U16String& value) | Gets and sets the file which stores exported JSON. |
| SetFileName(const char16_t* value) | Gets and sets the file which stores exported JSON. |
| SetIndent(const U16String& value) | Indicates the indent. |
| SetIndent(const char16_t* value) | Indicates the indent. |
| ~PivotViewToJsonOptions() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++