Table
개요
Table 파이썬의 Aspose.Note FOSS에서 클래스입니다. 다음의 사람으로부터 유산을 받은 경우: CompositeNode.
Table.Tags provides the collection of NoteTag objects attached to the table.
이 클래스는 파이썬 프로그램에서 테이블 객체와 작업하는 8가지 방법을 제공합니다. 이용 가능한 방법에는 다음이 포함됩니다.: Accept, AppendChildFirst, AppendChildLast, GetChildNodes, GetEnumerator, InsertChild, RemoveChild, __init__. 모든 퍼블릭 멤버들은 파이썬 패키지 Aspose.Note FOSS를 설치한 후, 어떤 파이톤 애플리케이션에도 접근할 수 있습니다. 성질: 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) |