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.
|
interface |
ICompositeNodeT<T extends INode>
The interface for nodes that can contain other nodes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IOutlineChildNode
The interface for all child nodes of an outline node.
|
interface |
IOutlineElementChildNode
The interface for all child nodes of an outline element node.
|
interface |
IPageChildNode
The interface for all child nodes of a page node.
|
interface |
ITaggable
The interface for nodes that can be marked by tags.
|
Modifier and Type | Class and Description |
---|---|
class |
AttachedFile
Represents an attached file.
|
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 |
Image
Represents an Image.
|
class |
Node
The base class for all nodes of 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 |
RichText
Represents a rich text.
|
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 |
---|---|
<T1 extends INode> |
CompositeNode.getChildNodes(Class<T1> typeParameterClass)
Get all child nodes by the node type.
|
<T1 extends INode> |
ICompositeNode.getChildNodes(Class<T1> typeParameterClass) |
<T1 extends INode> |
Title.getChildNodes(Class<T1> typeParameterClass)
Get all child nodes by the node type.
|
Modifier and Type | Method and Description |
---|---|
INode |
INode.getNextSibling() |
INode |
Node.getNextSibling()
Gets the next node at the same node tree level.
|
INode |
INode.getPreviousSibling() |
INode |
Node.getPreviousSibling()
Gets the previous node at the same node tree level.
|
Modifier and Type | Method and Description |
---|---|
List<INode> |
Title.getChildNodes(int type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeNode.insertChildrenRange(int i,
T... newChildren)
Inserts the node's sequence starting from specified position in the list of child nodes for this node.
|