Interface INode

Interface INode

Tên không gian: Aspose.Note Tổng hợp: Aspose.Note.dll (25.4.0)

Giao diện cho tất cả các nút của một tài liệu Aspose.Note.

public interface INode

Properties

NextSibling

Nhận nút tiếp theo ở cùng một mức cây nút.

INode NextSibling { get; }

Giá trị bất động sản

INode

PreviousSibling

Nhận nút trước ở cùng một mức cây nút.

INode PreviousSibling { get; }

Giá trị bất động sản

INode

Methods

Accept(DocumentVisitor)

chấp nhận khách truy cập của nút.

void Accept(DocumentVisitor visitor)

Parameters

visitor DocumentVisitor

Đối tượng của một lớp được lấy từ Aspose.Note.DocumentVisitor.

 Tiếng Việt