Table
Přehled
Table je třída v Aspose.Note pro Python. Dědici: CompositeNode.
Table.Tags holds the collection of NoteTag objects associated with the table.
Vlastnosti
| 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 |
Metody
| 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) |