Interface INode
Interface INode
이름 공간 : Aspose.Note 모임: Aspose.Note.dll (25.4.0)
Aspose.Note 문서의 모든 노드에 대한 인터페이스.
public interface INode
Properties
NextSibling
다음 노드를 동일한 노드 나무 수준에서 얻습니다.
INode NextSibling { get; }
부동산 가치
PreviousSibling
이전 노드를 동일한 노드 나무 수준에서 얻습니다.
INode PreviousSibling { get; }
부동산 가치
Methods
Accept(DocumentVisitor)
노드의 방문자를 받아들인다.
void Accept(DocumentVisitor visitor)
Parameters
visitor
DocumentVisitor
클래스의 개체는 Aspose.Note.DocumentVisitor에서 유래합니다.