OutlineElement
Overview
OutlineElement є клас у Aspose.Note FOSS для Python. Наследники від: CompositeNode.
OutlineElement.NumberList represents the numbered list applied to this outline element, or None if absent.
Цей клас надає 7 методів роботи з об’єктами OutlineElement в програмах Python. Доступні методи включають: Accept, AppendChildFirst, AppendChildLast, GetChildNodes, GetEnumerator, InsertChild, RemoveChild. Всі публічні члени доступні будь-якій додаткові Python після встановлення Aspose.Note FOSS для пакету Python. Свойства: Document, FirstChild, LastChild, NumberList, ParentNode.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
NumberList | `NumberList | None` | Читання/писання |
FirstChild | `Node | None` | Read |
LastChild | `Node | None` | Read |
ParentNode | `Node | None` | Read |
Document | `Document | None` | Read |
Methods
| 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) |