Class NotebookHtmlSaveOptions

NotebookHtmlSaveOptions class

Permite especificar opciones adicionales al guardar el cuaderno en formato HTML.

public class NotebookHtmlSaveOptions : NotebookSaveOptions<HtmlSaveOptions>

Constructores

NombreDescripción
NotebookHtmlSaveOptions()Constructor predeterminado

Propiedades

NombreDescripción
DeferredSaving { get; set; }Obtiene o establece un valor que indica si los documentos secundarios deben guardarse explícitamente.
DocumentSaveOptions { get; }
Flatten { get; set; }Obtiene o establece un valor que indica si la jerarquía secundaria del cuaderno se guarda plana.
override SaveFormat { get; }

Métodos

NombreDescripción
override GetDocumentSaveOptions()

Ver también