Aspose::Cells::LowCode::LowCodeLoadOptions class
Contents
[
Hide
]LowCodeLoadOptions class
Options for loading template file.
class LowCodeLoadOptions
Methods
Method | Description |
---|---|
GetInputFile() | Gets and sets the file(with path if needed) of the template. |
GetInputStream() | Gets and sets the Stream of the template. |
IsNull() const | Checks 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() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++