LowCodeHtmlSaveOptions classe
LowCodeHtmlSaveOptions classe
Opzioni per salvare l’html in modalità low-code.
Eredità: LowCodeHtmlSaveOptions
→
LowCodeSaveOptions
Il tipo LowCodeHtmlSaveOptions espone i seguenti membri:
Costruttori
Costruttore | Descrizione |
---|---|
__init__(self) | Crea una nuova istanza di LowCodeHtmlSaveOptions |
Proprietà
Proprietà | Descrizione |
---|---|
output_file | Ottiene e imposta il file (con percorso se necessario) per salvare i dati generati. Se si imposta questa proprietà con un valore diverso da null o da una stringa vuota, LowCodeSaveOptions.output_stream verrà ignorato. |
output_stream | Ottiene e imposta il flusso su cui scrivere i dati generati. Impostando questa proprietà con un valore diverso da null, LowCodeSaveOptions.output_file verrà ignorato. |
save_format | Ottiene e imposta il formato del foglio di calcolo. |
html_options | Le opzioni generali per salvare l’html. |
Guarda anche
- modulo
aspose.cells.lowcode
- classe
LowCodeHtmlSaveOptions
- classe
LowCodeSaveOptions