NotebookSaveOptionsGeneric
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.note.NotebookSaveOptions
public abstract class NotebookSaveOptionsGeneric<TDocumentSaveOptions> extends NotebookSaveOptions
An abstract base class which represents notebook saving options for a particular format and provides common saving options for all document child nodes.
TDocumentSaveOptions : The save options for all notebook’s child documents.
Constructors
Constructor | Description |
---|---|
NotebookSaveOptionsGeneric() |
Methods
Method | Description |
---|---|
getDocumentSaveOptions() | Gets or sets the save options for all notebook’s child documents. |
getSaveFormat() | Gets the format in which the notebook is saved. |
getDocumentSaveOptionsInternal() | Gets the save options for all notebook’s child documents. |
NotebookSaveOptionsGeneric()
public NotebookSaveOptionsGeneric()
getDocumentSaveOptions()
public TDocumentSaveOptions getDocumentSaveOptions()
Gets or sets the save options for all notebook’s child documents.
Returns: TDocumentSaveOptions
getSaveFormat()
public int getSaveFormat()
Gets the format in which the notebook is saved.
Returns: int
getDocumentSaveOptionsInternal()
public SaveOptions getDocumentSaveOptionsInternal()
Gets the save options for all notebook’s child documents.
Returns: SaveOptions - The SaveOptions .