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

ConstructorDescription
OutlineGroup()नए OutlineGroup वर्ग का एक नया उदाहरण आरंभ करता है।

Methods

MethodDescription
accept(DocumentVisitor visitor)Accepts the visitor of the node.

OutlineGroup()

public OutlineGroup()

नए OutlineGroup वर्ग का एक नया उदाहरण आरंभ करता है।

accept(DocumentVisitor visitor)

public void accept(DocumentVisitor visitor)

Accepts the visitor of the node.

Parameters:

ParameterTypeDescription
visitorDocumentVisitorThe object of a class derived from the DocumentVisitor.