LowCodeHtmlSaveOptions Class

LowCodeHtmlSaveOptions class

Options for saving html in low code way.


type LowCodeHtmlSaveOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewLowCodeHtmlSaveOptionsDefault constructor.
NewLowCodeHtmlSaveOptions_LowCodeSaveOptionsConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetSaveFormatGets and sets the format of spreadsheet.
SetSaveFormatGets and sets the format of spreadsheet.
GetHtmlOptionsThe general options for saving html.
SetHtmlOptionsThe general options for saving html.
GetOutputFileGets 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.
SetOutputFileGets 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.
GetOutputStreamGets and sets the Stream for writing the generated data to.When setting this property with value other than null, OutputFile will be ignored.
SetOutputStreamGets and sets the Stream for writing the generated data to.When setting this property with value other than null, OutputFile will be ignored.