OutlineElement

Přehled

OutlineElement je třída v Aspose.Note pro Python. Dědici: CompositeNode.

OutlineElement.NumberList represents the numbered list associated with this outline element, or None if absent.

Vlastnosti

NameTypeAccessDescription
NumberList`NumberListNone`Read/Write
FirstChild`NodeNone`Read
LastChild`NodeNone`Read
ParentNode`NodeNone`Read
Document`DocumentNone`Read
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)
 Čeština