Class NotebookHtmlSaveOptions
NotebookHtmlSaveOptions class
Allows to specify additional options when saving notebook to HTML format.
public class NotebookHtmlSaveOptions : NotebookSaveOptions<HtmlSaveOptions>
Constructors
Properties
Name | Description |
---|
DeferredSaving { get; set; } | Gets or sets a value indicating whether children documents should be saved explicitly. |
DocumentSaveOptions { get; } | |
Flatten { get; set; } | Gets or sets a value indicating whether the notebook children hierarchy is saved flattened. |
override SaveFormat { get; } | |
Methods
See Also