TableCell
ภาพรวม
TableCell เป็นคลาสใน Aspose.Note FOSS สําหรับ Python. ทายาทจาก: CompositeNode.
หมวดนี้ให้ 7 วิธีในการทํางานกับวัตถุ TableCell ในโปรแกรม Python. วิธีการที่ใช้ได้แก่: Accept, AppendChildFirst, AppendChildLast, GetChildNodes, GetEnumerator, InsertChild, RemoveChild. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Python ใดก็ได้หลังจากติดตั้งแพ็คเกจ FOSS for Python. คุณสมบัติ: Document, FirstChild, LastChild, ParentNode.
คุณสมบัติ
| ชื่อ | ประเภท | Access | คําอธิบาย |
|---|---|---|---|
FirstChild | `Node | None` | อ่าน |
LastChild | `Node | None` | อ่าน |
ParentNode | `Node | None` | อ่าน |
Document | `Document | None` | อ่าน |
วิธีการ
| Signature | คําอธิบาย |
|---|---|
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) |