NotebookSaveOptionsGeneric

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

ConstructorDescription
NotebookSaveOptionsGeneric()

Methods

MethodDescription
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 .