TableRow
Overview
TableRow là một lớp trong Aspose.Note FOSS cho Python. Dòng thừa kế từ: CompositeNode.
Khóa học này cung cấp 7 phương pháp để làm việc với các đối tượng TableRow trong các chương trình Python. Các phương pháp có sẵn bao gồm: Accept, AppendChildFirst, AppendChildLast, GetChildNodes, GetEnumerator, InsertChild, RemoveChild. Tất cả các thành viên công cộng đều có thể truy cập bất kỳ ứng dụng Python nào sau khi cài đặt Aspose.Note FOSS cho gói Python. Tài sản : Document, FirstChild, LastChild, ParentNode.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FirstChild | `Node | None` | Read |
LastChild | `Node | None` | Read |
ParentNode | `Node | None` | Read |
Document | `Document | None` | Read |
Methods
| Signature | Description |
|---|---|
AppendChildLast(node: TNode) → TNode | |
AppendChildFirst(node: TNode) → TNode | |
InsertChild(index: int, node: TNode) → TNode | |
RemoveChild(node: Node) | |
GetEnumerator() → Iterator[Node] | |
GetChildNodes(node_type: type[TNode]) → list[TNode] | |
Accept(visitor: DocumentVisitor) |