Aspose::Cells::LowCode::LowCodeHtmlSaveOptions class
Contents
[
Hide
]LowCodeHtmlSaveOptions class
Options for saving html in low code way.
class LowCodeHtmlSaveOptions : public Aspose::Cells::LowCode::LowCodeSaveOptions
Methods
| Method | Description |
|---|---|
| GetHtmlOptions() | The general options for saving html. |
| 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 format of spreadsheet. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| LowCodeHtmlSaveOptions() | Default constructor. |
| LowCodeHtmlSaveOptions(LowCodeHtmlSaveOptions_Impl* impl) | Constructs from an implementation object. |
| LowCodeHtmlSaveOptions(const LowCodeHtmlSaveOptions& src) | Copy constructor. |
| LowCodeHtmlSaveOptions(const LowCodeSaveOptions& src) | Constructs from a parent object. |
| LowCodeSaveOptions() | Default constructor. |
| LowCodeSaveOptions(LowCodeSaveOptions_Impl* impl) | Constructs from an implementation object. |
| LowCodeSaveOptions(const LowCodeSaveOptions& src) | Copy constructor. |
| explicit operator bool() const | operator bool() |
| operator=(const LowCodeHtmlSaveOptions& src) | operator= |
| operator=(const LowCodeSaveOptions& src) | operator= |
| SetHtmlOptions(const HtmlSaveOptions& value) | The general options for saving html. |
| 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 format of spreadsheet. |
| ~LowCodeHtmlSaveOptions() | Destructor. |
| ~LowCodeSaveOptions() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Class LowCodeSaveOptions
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++