OutlineElement

Overview

OutlineElement là một lớp trong Aspose.Note FOSS cho Python. Dòng thừa kế từ: CompositeNode.

OutlineElement.NumberList represents the numbered list applied to this outline element, or None if absent.

Khóa học này cung cấp 7 phương pháp để làm việc với các đối tượng OutlineElement trong các chương trình Python. Các phương pháp có sẵn bao gồm: Accept, AppendChildFirst, AppendChildLast, GetChildNodes, GetEnumerator, InsertChild, RemoveChild. Tất cả các thành viên công cộng đều có thể truy cập bất kỳ ứng dụng Python nào sau khi cài đặt Aspose.Note FOSS cho gói Python. Tài sản : Document, FirstChild, LastChild, NumberList, ParentNode.

Properties

NameTypeAccessDescription
NumberList`NumberListNone`Đọc / viết
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

 Tiếng Việt