Package | Description |
---|---|
com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
Modifier and Type | Method and Description |
---|---|
void |
AttachedFile.accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
void |
CompositeNode.accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
void |
Document.accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
void |
Image.accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
void |
INode.accept(DocumentVisitor visitor) |
abstract void |
Node.accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
void |
Outline.accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
void |
OutlineElement.accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
void |
OutlineGroup.accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
void |
Page.accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
void |
RichText.accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
void |
Table.accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
void |
TableCell.accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
void |
TableRow.accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
void |
Title.accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|