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.

TDocumentSaveOptions :

Constructors

ConstructorDescription
NotebookSaveOptionsGeneric()

Methods

MethodDescription
getDocumentSaveOptions()Gets or sets the save options for all notebook’s child documents.
getDocumentSaveOptionsInternal()Gets the save options for all notebook’s child documents.
getSaveFormat()Gets the format in which the notebook is saved.

NotebookSaveOptionsGeneric()

public NotebookSaveOptionsGeneric()

getDocumentSaveOptions()

public TDocumentSaveOptions getDocumentSaveOptions()

Gets or sets the save options for all notebook’s child documents.

Returns: TDocumentSaveOptions

getDocumentSaveOptionsInternal()

public SaveOptions getDocumentSaveOptionsInternal()

Gets the save options for all notebook’s child documents.

Returns: SaveOptions - The SaveOptions.

getSaveFormat()

public int getSaveFormat()

Gets the format in which the notebook is saved.

Returns: int