Table
概要
Table Python の FOSS でのクラスです. 遺産は: CompositeNode.
Table.Tags provides the collection of NoteTag objects attached to the table.
このクラスでは,Python プログラムで Table オブジェクトと作業するための 8 つの方法が提供されています. 可能な方法には: Accept, AppendChildFirst, AppendChildLast, GetChildNodes, GetEnumerator, InsertChild, RemoveChild, __init__. すべてのパブリックメンバーは,Python パッケージのAspose.Note FOSSをインストールした後で,任意の Python アプリケーションにアクセスできます. 特性: Columns, Document, FirstChild, IsBordersVisible, LastChild, LastModifiedTime,そして2つ.
プロパティ
| 名称 (名) | タイプ | Access | 記述 |
|---|---|---|---|
Tags | list[NoteTag] | 読み取ること | タグを手に入れた. |
Columns | list[TableColumn] | 読み取ること | 柱を手に入れる. |
IsBordersVisible | `` | 読み取ること | 境界線が表示される. |
LastModifiedTime | `` | 読み取ること | 修正された時間です. |
FirstChild | `Node | None` | 読み取ること |
LastChild | `Node | None` | 読み取ること |
ParentNode | `Node | None` | 読み取ること |
Document | `Document | None` | 読み取ること |
メソッド
| Signature | 記述 |
|---|---|
| `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) |