Class LowCodeHtmlSaveOptions

Class LowCodeHtmlSaveOptions

Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.4.0)

Options for saving html in low code way.

public class LowCodeHtmlSaveOptions : LowCodeSaveOptions

Inheritance

object LowCodeSaveOptions LowCodeHtmlSaveOptions

Inherited Members

LowCodeSaveOptions.OutputFile , LowCodeSaveOptions.OutputStream , LowCodeSaveOptions.SaveFormat

Constructors

LowCodeHtmlSaveOptions()

public LowCodeHtmlSaveOptions()

Properties

HtmlOptions

The general options for saving html.

public HtmlSaveOptions HtmlOptions { get; set; }

Property Value

HtmlSaveOptions

Remarks

When one Aspose.Cells.HtmlSaveOptions instance is specified, the Aspose.Cells.LowCode.LowCodeHtmlSaveOptions.SaveFormat will be overwritten(if it had been specified before).

SaveFormat

Gets and sets the format of spreadsheet.

public override SaveFormat SaveFormat { get; set; }

Property Value

SaveFormat

Remarks

When changing this property, the save format specified by Aspose.Cells.LowCode.LowCodeHtmlSaveOptions.HtmlOptions will be ignored(if it had been specified before).

 English