TableRow
Overview
TableRow är en klass i Aspose.Note FOSS för Python. ärvt från: CompositeNode.
Denna klass ger 7 metoder för att arbeta med TableRow objekt i Python-program. Tillgängliga metoder inkluderar: Accept, AppendChildFirst, AppendChildLast, GetChildNodes, GetEnumerator, InsertChild, RemoveChild. Alla offentliga medlemmar är tillgängliga för någon Python-ansökan efter att ha installerat Aspose.Note FOSS för Pythons paket. och egenskaper: 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) |