OutlineElement
Oversigt over de forskellige former for støtte
OutlineElement er en klasse i Aspose.Note for Python. Arvelige af: CompositeNode.
OutlineElement.NumberList represents the numbered list associated with this outline element, or None if absent.
Egenskaber
| Name | Type | Access | Description |
|---|---|---|---|
NumberList | `NumberList | None` | Read/Write |
FirstChild | `Node | None` | Read |
LastChild | `Node | None` | Read |
ParentNode | `Node | None` | Read |
Document | `Document | None` | Read |
| Signature | Description |
|---|---|
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) |