Aspose::Cells::LowCode::LowCodeLoadOptions class

LowCodeLoadOptions class

Options for loading template file.

class LowCodeLoadOptions

Methods

MethodDescription
GetInputFile()Gets and sets the file(with path if needed) of the template.
GetInputStream()Gets and sets the Stream of the template.
IsNull() constChecks whether the implementation object is nullptr.
LowCodeLoadOptions()Default constructor.
LowCodeLoadOptions(LowCodeLoadOptions_Impl* impl)Constructs from an implementation object.
LowCodeLoadOptions(const LowCodeLoadOptions& src)Copy constructor.
explicit operator bool() constoperator bool()
operator=(const LowCodeLoadOptions& src)operator=
SetInputFile(const U16String& value)Gets and sets the file(with path if needed) of the template.
SetInputFile(const char16_t* value)Gets and sets the file(with path if needed) of the template.
SetInputStream(const Vector <uint8_t>& value)Gets and sets the Stream of the template.
~LowCodeLoadOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also