OutlineElement

概述

OutlineElement 是Python的 Aspose.Note FOSS 的类。. 继承: CompositeNode.

OutlineElement.NumberList 代表了对此列表元素所应用的编号列单,或者如果没有。.

此类提供7种方法,用于在Python程序中使用 OutlineElement 对象。. 可用的方法包括: Accept, AppendChildFirst, AppendChildLast, GetChildNodes, GetEnumerator, InsertChild, RemoveChild. 所有公共成员都可以在安装Python包的 Aspose.Note FOSS后访问任何 Python应用程序。. 属性: Document, FirstChild, LastChild, NumberList, ParentNode.

属性

名称类型Access描述
NumberList`NumberListNone`阅读/写作
FirstChild`NodeNone`阅读
LastChild`NodeNone`阅读
ParentNode`NodeNone`阅读
Document`DocumentNone`阅读

方法

Signature描述
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)

看也

 中文