Class NotebookHtmlSaveOptions

NotebookHtmlSaveOptions class

Consente di specificare opzioni aggiuntive durante il salvataggio del blocco appunti in formato HTML.

public class NotebookHtmlSaveOptions : NotebookSaveOptions<HtmlSaveOptions>

Costruttori

NomeDescrizione
NotebookHtmlSaveOptions()Default_Costruttore

Proprietà

NomeDescrizione
DeferredSaving { get; set; }Ottiene o imposta un valore che indica se i documenti secondari devono essere salvati in modo esplicito.
DocumentSaveOptions { get; }
Flatten { get; set; }Ottiene o imposta un valore che indica se la gerarchia degli elementi secondari del blocco appunti viene salvata in modalità flat.
override SaveFormat { get; }

Metodi

NomeDescrizione
override GetDocumentSaveOptions()

Guarda anche