Table

Overview

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

Table.Tags provides the collection of NoteTag objects attached to the table.

This class provides 8 methods for working with Table objects in Python programs. Available methods include: Accept, AppendChildFirst, AppendChildLast, GetChildNodes, GetEnumerator, InsertChild, RemoveChild, __init__. All public members are accessible to any Python application after installing the Aspose.Note FOSS for Python package. Properties: Columns, Document, FirstChild, IsBordersVisible, LastChild, LastModifiedTime, and 2 more.

Properties

NameTypeAccessDescription
Tagslist[NoteTag]ReadGets the tags.
Columnslist[TableColumn]ReadGets the columns.
IsBordersVisible``ReadGets the is borders visible.
LastModifiedTime``ReadGets the last modified time.
FirstChildNode | NoneReadGets the first child.
LastChildNode | NoneReadGets the last child.
ParentNodeNode | NoneReadGets the parent node.
DocumentDocument | NoneReadGets the document.

Methods

SignatureDescription
__init__(Tags: list[NoteTag] | None, Columns: list[TableColumn] | None, IsBordersVisible: bool, LastModifiedTime: datetime | None)
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

 English