Table

Oversigt over de forskellige former for støtte

Table er en klasse i Aspose.Note for Python. Arvelige af: CompositeNode.

Table.Tags holds the collection of NoteTag objects associated with the table.

Egenskaber

NameTypeAccessDescription
Tagslist[NoteTag]ReadGets the tags.
Columnslist[TableColumn]ReadGets the columns.
IsBordersVisible``ReadGets the is borders visible.
LastModifiedTime``ReadGets the last modified time.
FirstChild`NodeNone`Read
LastChild`NodeNone`Read
ParentNode`NodeNone`Read
Document`DocumentNone`Read

Metoder til at anvende

SignatureDescription
`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)
 Dansk