OutlineGroup
Inheritance: java.lang.Object, com.aspose.note.Node, com.aspose.note.CompositeNodeBase, com.aspose.note.CompositeNode, com.aspose.note.IndentatedNode
All Implemented Interfaces: com.aspose.note.IOutlineChildNode, com.aspose.note.IOutlineElementChildNode
public final class OutlineGroup extends IndentatedNode<IOutlineChildNode,OutlineGroup> implements IOutlineChildNode, IOutlineElementChildNode
Represents a OutlineGroup.
Constructors
Constructor | Description |
---|---|
OutlineGroup() | Initializes a new instance of the OutlineGroup class. |
Methods
Method | Description |
---|---|
accept(DocumentVisitor visitor) | Accepts the visitor of the node. |
OutlineGroup()
public OutlineGroup()
Initializes a new instance of the OutlineGroup class.
accept(DocumentVisitor visitor)
public void accept(DocumentVisitor visitor)
Accepts the visitor of the node.
Parameters:
Parameter | Type | Description |
---|---|---|
visitor | DocumentVisitor | The object of a class derived from the DocumentVisitor . |