public abstract class NotebookSaveOptionsGeneric<TDocumentSaveOptions extends SaveOptions> 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.
Constructor and Description |
---|
NotebookSaveOptionsGeneric() |
Modifier and Type | Method and Description |
---|---|
TDocumentSaveOptions |
getDocumentSaveOptions()
Gets or sets the save options for all notebook's child documents.
|
SaveOptions |
getDocumentSaveOptionsInternal()
Gets the save options for all notebook's child documents.
|
int |
getSaveFormat()
Gets the format in which the notebook is saved.
|
getDeferredSaving, getFlatten, setDeferredSaving, setFlatten
public TDocumentSaveOptions getDocumentSaveOptions()
Gets or sets the save options for all notebook's child documents.
public int getSaveFormat()
Gets the format in which the notebook is saved.
getSaveFormat
in class NotebookSaveOptions
public SaveOptions getDocumentSaveOptionsInternal()
Gets the save options for all notebook's child documents.
getDocumentSaveOptionsInternal
in class NotebookSaveOptions
SaveOptions
.Copyright (c) 2002-2018 Aspose. All Rights Reserved.