Table
General
Table és una classe en Aspose.Note per Python. Heretaris de: CompositeNode.
Table.Tags holds the collection of NoteTag objects associated with the table.
Propietats
| 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. |
FirstChild | `Node | None` | Read |
LastChild | `Node | None` | Read |
ParentNode | `Node | None` | Read |
Document | `Document | None` | Read |
Mètodes
| Signature | Description |
|---|---|
| `init(Tags: list[NoteTag] | None, Columns: list[TableColumn] |
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) |