Package | Description |
---|---|
com.aspose.note |
The
Aspose.Note.Saving namespace contains classes which perform saving to different formats. |
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 |
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.
|
Copyright (c) 2016 Aspose. All Rights Reserved.