OutlineElement
Overview
OutlineElement यह एक क्लास है Aspose.Note FOSS के लिए Python।. वारिस से: CompositeNode.
OutlineElement.NumberList represents the numbered list applied to this outline element, or None if absent.
इस कक्षा में पायथन प्रोग्रामों में OutlineElement वस्तुओं के साथ काम करने के लिए 7 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: 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) |