OutlineElement
General
OutlineElement is a class in Aspose.Note for Python.
Inherits from: CompositeNode.
OutlineElement és una classe en Aspose.Note per a Python. Hereta de: ゚CompositeNode⌒ .
OutlineElement.NumberList representa la llista numerada associada a aquest element de contorns, o Ningú si no hi ha.
Propietats
| 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) | |
NumberList | `NumberList |