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 |
Document
Represents an Aspose.Note document.
|
class |
Notebook
Represents an Aspose.Note notebook.
|
Modifier and Type | Method and Description |
---|---|
INotebookChildNode |
Notebook.appendChild(INotebookChildNode newChild)
Adds the node to the end of the list.
|
INotebookChildNode |
Notebook.get_Item(int index)
Gets notebook child node by the given index.
|
INotebookChildNode |
Notebook.removeChild(INotebookChildNode oldChild)
Removes the child node.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<INotebookChildNode> |
Notebook.iterator()
Returns an enumerator that iterates through child nodes of the
Notebook . |
Modifier and Type | Method and Description |
---|---|
INotebookChildNode |
Notebook.appendChild(INotebookChildNode newChild)
Adds the node to the end of the list.
|
INotebookChildNode |
Notebook.removeChild(INotebookChildNode oldChild)
Removes the child node.
|
Copyright (c) 2016 Aspose. All Rights Reserved.