Aspose::Cells::LowCode::LowCodeSaveOptions class

LowCodeSaveOptions class

Options for saving generated results in low code way.

class LowCodeSaveOptions

Methods

MethodDescription
GetOutputFile()Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored.
GetOutputStream()Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored.
GetSaveFormat()Gets and sets the save format for the output. Generally, for specific process in low code way, only some specific formats are allowed. Please specify the correct format for corresponding process, otherwise unexpected result or even exception may be caused.
IsNull() constChecks whether the implementation object is nullptr.
LowCodeSaveOptions()Default constructor.
LowCodeSaveOptions(LowCodeSaveOptions_Impl* impl)Constructs from an implementation object.
LowCodeSaveOptions(const LowCodeSaveOptions& src)Copy constructor.
explicit operator bool() constoperator bool()
operator=(const LowCodeSaveOptions& src)operator=
SetOutputFile(const U16String& value)Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored.
SetOutputFile(const char16_t* value)Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored.
SetOutputStream(const Vector <uint8_t>& value)Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored.
SetSaveFormat(SaveFormat value)Gets and sets the save format for the output. Generally, for specific process in low code way, only some specific formats are allowed. Please specify the correct format for corresponding process, otherwise unexpected result or even exception may be caused.
~LowCodeSaveOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also