Package | Description |
---|---|
com.aspose.note |
The
Aspose.note.saving namespace contains classes which perform saving to different formats. |
Modifier and Type | Method and Description |
---|---|
void |
Notebook.loadChildNotebook(InputStream stream,
NotebookLoadOptions loadOptions)
Adds a child notebook node.
|
void |
Notebook.loadChildNotebook(String filePath,
NotebookLoadOptions loadOptions)
Adds a child notebook node.
|
Constructor and Description |
---|
Notebook(InputStream stream,
NotebookLoadOptions loadOptions)
Initializes a new instance of the
Notebook class. |
Notebook(String filePath,
NotebookLoadOptions loadOptions)
Initializes a new instance of the
Notebook class. |
Copyright (c) 2017 Aspose. All Rights Reserved.