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)Calls init(Tags, Columns, IsBordersVisible, LastModifiedTime) on this Table instance.
AppendChildLast(node: TNode)TNodeCalls AppendChildLast(node) on this Table instance.
AppendChildFirst(node: TNode)TNodeCalls AppendChildFirst(node) on this Table instance.
InsertChild(index: int, node: TNode)TNodeCalls InsertChild(index, node) on this Table instance.
RemoveChild(node: Node)Calls RemoveChild(node) on this Table instance.
GetEnumerator()Iterator[Node]Calls GetEnumerator on this Table instance.
GetChildNodes(node_type: type[TNode])list[TNode]Calls GetChildNodes(node_type) on this Table instance.
Accept(visitor: DocumentVisitor)Calls Accept(visitor) on this Table instance.

See Also

 English