Package | Description |
---|---|
com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
Modifier and Type | Class and Description |
---|---|
class |
NotebookSaveOptionsGeneric<TDocumentSaveOptions extends SaveOptions>
An abstract base class which represents notebook saving options for a particular format
and provides common saving options for all document child nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlSaveOptions
Allows to specify additional options when saving document to HTML format.
|
class |
ImageSaveOptions
Allows to specify additional options when rendering document pages to images.
|
class |
OneSaveOptions
Allows to specify additional options when saving document to OneNote format.
|
class |
PdfSaveOptions
Allows to specify additional options when rendering document pages to PDF.
|
Modifier and Type | Method and Description |
---|---|
abstract SaveOptions |
NotebookSaveOptions.getDocumentSaveOptionsInternal()
Gets the save options for all notebook's child documents.
|
SaveOptions |
NotebookSaveOptionsGeneric.getDocumentSaveOptionsInternal()
Gets the save options for all notebook's child documents.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.save(OutputStream stream,
SaveOptions options)
Saves the OneNote document to a stream using the specified save options.
|
void |
Document.save(String fileName,
SaveOptions options)
Saves the OneNote document to a file using the specified save options.
|