Package | Description |
---|---|
com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
Modifier and Type | Class and Description |
---|---|
class |
CompositeNode<T extends INode>
The base generic class for nodes that can contain other nodes.
|
class |
CompositeNodeBase
The non-generic class for nodes that can contain other nodes.
|
class |
Document
Represents an Aspose.Note document.
|
class |
Outline
Represents a Outline.
|
class |
OutlineElement
Represents a OutlineElement.
|
class |
OutlineGroup
Represents a OutlineGroup.
|
class |
Page
Represents a page.
|
class |
Table
Represents a table.
|
class |
TableCell
Represents a table cell.
|
class |
TableRow
Represents a table row.
|
class |
Title
Represents a title.
|
Modifier and Type | Method and Description |
---|---|
ICompositeNode |
Node.getParentNode()
Gets the parent node.
|