Package | Description |
---|---|
com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
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) 2002-2021 Aspose. All Rights Reserved.