Class OutlineGroup

OutlineGroup class

는 OutlineGroup을 나타냅니다.

public sealed class OutlineGroup : IndentatedNode<IOutlineChildNode>, IOutlineChildNode, 
    IOutlineElementChildNode

생성자

이름설명
OutlineGroup()의 새 인스턴스를 초기화합니다.OutlineGroup 클래스.

속성

이름설명
Document { get; }노드의 문서를 가져옵니다.
FirstChild { get; }
IndentPosition { get; set; }
IsComposite { get; }
LastChild { get; }
NextSibling { get; }동일한 노드 트리 수준에서 다음 노드를 가져옵니다.
NodeType { get; }노드 유형을 가져옵니다.
ParentNode { get; }상위 노드를 가져옵니다.
PreviousSibling { get; }동일한 노드 트리 수준에서 이전 노드를 가져옵니다.

행동 양식

이름설명
override Accept(DocumentVisitor)노드의 방문자를 수락합니다.
virtual AppendChildFirst<T1>(T1)
virtual AppendChildLast<T1>(T1)
override GetChildNodes<T1>()
GetEnumerator()
virtual InsertChild<T1>(int, T1)
InsertChildrenRange(int, IEnumerable<IOutlineChildNode>)
InsertChildrenRange(int, params IOutlineChildNode[])
RemoveChild<T1>(T1)

또한보십시오