Interface INode
Interface INode
ชื่อพื้นที่: Aspose.Note การประกอบ: Aspose.Note.dll (25.4.0)
อินเตอร์เฟซสําหรับ nodes ทั้งหมดของเอกสาร Aspose.Note
public interface INode
Properties
NextSibling
ได้รับ node ต่อไปในระดับต้นขาเดียวกัน
INode NextSibling { get; }
คุณสมบัติมูลค่า
PreviousSibling
ได้รับ node ก่อนหน้านี้ในระดับต้นขาเดียวกัน
INode PreviousSibling { get; }
คุณสมบัติมูลค่า
Methods
Accept(DocumentVisitor)
ยินดีต้อนรับผู้เข้าชมของ node
void Accept(DocumentVisitor visitor)
Parameters
visitor
DocumentVisitor
วัตถุของชั้นที่มาจาก Aspose.Note.DocumentVisitor