Class OutlineGroup
名称: Aspose.Note 集合: Aspose.Note.dll (25.4.0)
代表一个 OutlineGroup。
public sealed class OutlineGroup : IndentatedNode<iOutlineChildNode>, ICompositeNode<iOutlineChildNode>, ICompositeNode,
IEnumerable<iOutlineChildNode>, IEnumerable, IIndentatedNode, IOutlineChildNode,
IOutlineElementChildNode, INode
{
}
Inheritance
object
←
Node
←
CompositeNodeBase
←
CompositeNode
Implements
ICompositeNode
继承人
IndentatedNode
Constructors
OutlineGroup( )
public OutlineGroup()
{
}
Methods
接收文件(DocumentVisitor)
接待节点的参观者。
public override void Accept(DocumentVisitor visitor)
{
}
Parameters
visitor
DocumentVisitor
一个类的对象源于 Aspose.Note.DocumentVisitor。