Aspose::Cells::Pivot::PivotViewToJsonOptions class

PivotViewToJsonOptions class

The options of exporting pivot view as json.

class PivotViewToJsonOptions

Methods

MethodDescription
GetFileName()Gets and sets the file which stores exported JSON.
GetIndent()Indicates the indent.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also