LowCodeHtmlSaveOptions Class
Contents
[
Hide
]LowCodeHtmlSaveOptions class
Options for saving html in low code way.
type LowCodeHtmlSaveOptions struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewLowCodeHtmlSaveOptions | Default constructor. |
| NewLowCodeHtmlSaveOptions_LowCodeSaveOptions | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetSaveFormat | Gets and sets the format of spreadsheet. |
| SetSaveFormat | Gets and sets the format of spreadsheet. |
| GetHtmlOptions | The general options for saving html. |
| SetHtmlOptions | 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. |
| SetOutputFile | 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. |
| SetOutputStream | Gets and sets the Stream for writing the generated data to.When setting this property with value other than null, OutputFile will be ignored. |