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.loadChildDocument(InputStream stream,
LoadOptions loadOptions)
Adds a child document node.
|
void |
Notebook.loadChildDocument(String filePath,
LoadOptions loadOptions)
Adds a child document node.
|
Constructor and Description |
---|
Document(InputStream inStream,
LoadOptions loadOptions)
Initializes a new instance of the
Document class. |
Document(String filePath,
LoadOptions loadOptions)
Initializes a new instance of the
Document class. |
Copyright (c) 2016 Aspose. All Rights Reserved.