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

NameTypeAccessDescription
NumberList`NumberListNone`Читання/писання
FirstChild`NodeNone`Read
LastChild`NodeNone`Read
ParentNode`NodeNone`Read
Document`DocumentNone`Read

Methods

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

See Also

 Українська