NotebookHtmlSaveOptions Class

Allows to specify additional options when saving notebook to HTML format.
Inheritance Hierarchy
SystemObject
  Aspose.Note.SavingNotebookSaveOptions
    Aspose.Note.SavingNotebookSaveOptionsHtmlSaveOptions
      Aspose.Note.SavingNotebookHtmlSaveOptions

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
public class NotebookHtmlSaveOptions : NotebookSaveOptions<HtmlSaveOptions>

The NotebookHtmlSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodNotebookHtmlSaveOptions
Initializes a new instance of the NotebookHtmlSaveOptions class.
Properties
  NameDescription
Public propertyDeferredSaving
Gets or sets a value indicating whether children documents should be saved explicitly.
(Inherited from NotebookSaveOptions.)
Public propertyDocumentSaveOptions
Gets or sets the save options for all notebook's child documents.
(Inherited from NotebookSaveOptionsTDocumentSaveOptions.)
Public propertyFlatten
Gets or sets a value indicating whether the notebook children hierarchy is saved flattened.
(Inherited from NotebookSaveOptions.)
Public propertySaveFormat
Gets the format in which the notebook is saved.
(Inherited from NotebookSaveOptionsTDocumentSaveOptions.)
Methods
See Also