Class LowCodeHtmlSaveOptions

Class LowCodeHtmlSaveOptions

Il nome: Aspose.Cells.LowCode Assemblea: Aspose.Cells.dll (25.4.0)

Opzioni per salvare HTML in modo a basso codice.

public class LowCodeHtmlSaveOptions : LowCodeSaveOptions

Inheritance

object LowCodeSaveOptions LowCodeHtmlSaveOptions

I membri ereditari

LowCodeSaveOptions.OutputFile , LowCodeSaveOptions.OutputStream , LowCodeSaveOptions.SaveFormat

Constructors

LowCodeHtmlSaveOptions()

public LowCodeHtmlSaveOptions()

Properties

HtmlOptions

Le opzioni generali per salvare HTML.

public HtmlSaveOptions HtmlOptions { get; set; }

Valore di proprietà

HtmlSaveOptions

Remarks

Quando viene specificata una instanza Aspose.Cells.HtmlSaveOptions,Il Aspose.Cells.LowCode.HtmlSavOptions.SaveFormat sarà sovrappeso (se è stato specificato in precedenza).

SaveFormat

Riceve e impone il formato dello spreadsheet.

public override SaveFormat SaveFormat { get; set; }

Valore di proprietà

SaveFormat

Remarks

Quando si cambia la proprietà,Il formato di salvataggio specificato da Aspose.Cells.LowCode.HtmlSaveOptions.HTml Options sarà ignorato (se è stato specificata in precedenza).

 Italiano