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 1 method for working with Table objects in Python programs. Available methods include: __init__. All exported members are accessible to any Python application after installing the Aspose.Note FOSS for Python package. Properties: Columns, IsBordersVisible, LastModifiedTime, Tags.

Properties

NameTypeAccessDescription
Tagslist[NoteTag]ReadGets the tags.
Columnslist[TableColumn]ReadGets the columns.
IsBordersVisible``ReadGets the is borders visible.
LastModifiedTime``ReadGets the last modified time.

Methods

SignatureDescription
__init__(Tags: list[NoteTag] | None, Columns: list[TableColumn] | None, IsBordersVisible: bool, LastModifiedTime: datetime | None)

See Also