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
Оригинальное название(
public OutlineGroup()
{
}
Methods
Принятие документа (Document Visitor)
Принимает посетителя нода.
public override void Accept(DocumentVisitor visitor)
{
}
Parameters
visitor
DocumentVisitor
Объект класса, полученный из Aspose.Note.DocumentVisitor.