TableRow

Обзор

TableRow это класс в Aspose.Note FOSS для Python. Наследники от: CompositeNode.

Этот класс предоставляет 7 методов работы с объектами TableRow в программах Python. Доступные методы включают: Accept, AppendChildFirst, AppendChildLast, GetChildNodes, GetEnumerator, InsertChild, RemoveChild. Все публичные участники доступны для любого приложения Python после установки пакета Aspose.Note FOSS for Python. Свойства: Document, FirstChild, LastChild, ParentNode.

Свойства

Наименование:Тип:AccessОписание:
FirstChild`NodeNone`Читайте .
LastChild`NodeNone`Читайте .
ParentNode`NodeNone`Читайте .
Document`DocumentNone`Читайте .

Методы

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)

См. также:

 Русский