Class NotebookOneSaveOptions
NotebookOneSaveOptions class
Allows to specify additional options when saving notebook to OneNote format.
public class NotebookOneSaveOptions : NotebookSaveOptions<OneSaveOptions>
Constructors
Name | Description |
---|---|
NotebookOneSaveOptions() | The default constructor. |
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
Name | Description |
---|---|
override GetDocumentSaveOptions() |
See Also
- class NotebookSaveOptions<TDocumentSaveOptions>
- class OneSaveOptions
- namespace Aspose.Note.Saving
- assembly Aspose.Note