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 から引き出されます。