Document

Übersicht über die

Document ist eine Klasse in Aspose.Note für Python. Erben von: CompositeNode.

Die Dokumentklasse kann mit einem Pfad zu OneNote instanziert werden. .one Datei zum Laden des Dokuments.

Eigenschaften

NameTypeAccessDescription
FileFormatFileFormatReadGets the file format.
DisplayName`strNone`Read
CreationTime`datetimeNone`Read
FirstChild`NodeNone`Read
LastChild`NodeNone`Read
ParentNode`NodeNone`Read
Document`DocumentNone`Read

Methoden und Verfahren

SignatureDescription
`init(source: strPath
DetectLayoutChanges()Detects changes in the document layout and updates internal state
GetPageHistory(page: Page)PageHistoryReturns the history information for the specified page
`Save(target: strPath
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)
 Deutsch