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
| Name | Type | Access | Description |
|---|---|---|---|
Tags | list[NoteTag] | Read | Gets the tags. |
Columns | list[TableColumn] | Read | Gets the columns. |
IsBordersVisible | `` | Read | Gets the is borders visible. |
LastModifiedTime | `` | Read | Gets the last modified time. |
Methods
| Signature | Description |
|---|---|
__init__(Tags: list[NoteTag] | None, Columns: list[TableColumn] | None, IsBordersVisible: bool, LastModifiedTime: datetime | None) |