TableCell

Overview

TableCell є клас у Aspose.Note FOSS для Python. Наследники від: CompositeNode.

Цей клас надає 7 методів роботи з об’єктами TableCell в програмах Python. Доступні методи включають: Accept, AppendChildFirst, AppendChildLast, GetChildNodes, GetEnumerator, InsertChild, RemoveChild. Всі публічні члени доступні будь-якій додаткові Python після встановлення Aspose.Note FOSS для пакету Python. Свойства: Document, FirstChild, LastChild, ParentNode.

Properties

NameTypeAccessDescription
FirstChild`NodeNone`Read
LastChild`NodeNone`Read
ParentNode`NodeNone`Read
Document`DocumentNone`Read

Methods

SignatureDescription
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)

See Also

 Українська