TableCell

Overview

TableCell is a class in Aspose.Note FOSS for Python. Inherits from: CompositeNode.

This class provides 7 methods for working with TableCell objects in Python programs. Available methods include: Accept, AppendChildFirst, AppendChildLast, GetChildNodes, GetEnumerator, InsertChild, RemoveChild. All public members are accessible to any Python application after installing the Aspose.Note FOSS for Python package. Properties: Document, FirstChild, LastChild, ParentNode.

Properties

NameTypeAccessDescription
FirstChildNode | NoneReadGets the first child.
LastChildNode | NoneReadGets the last child.
ParentNodeNode | NoneReadGets the parent node.
DocumentDocument | NoneReadGets the document.

Methods

SignatureDescription
AppendChildLast(node: TNode)TNodeCalls AppendChildLast(node) on this TableCell instance.
AppendChildFirst(node: TNode)TNodeCalls AppendChildFirst(node) on this TableCell instance.
InsertChild(index: int, node: TNode)TNodeCalls InsertChild(index, node) on this TableCell instance.
RemoveChild(node: Node)Calls RemoveChild(node) on this TableCell instance.
GetEnumerator()Iterator[Node]Calls GetEnumerator on this TableCell instance.
GetChildNodes(node_type: type[TNode])list[TNode]Calls GetChildNodes(node_type) on this TableCell instance.
Accept(visitor: DocumentVisitor)Calls Accept(visitor) on this TableCell instance.

See Also

 English