LoadedOneNoteDocument

LoadedOneNoteDocument

Overview

LoadedOneNoteDocument 是Python的 Aspose.Note 中的一个类.

LoadedOneNoteDocument.display_name returns the document’s display name or None if unavailable.

LoadedOneNoteDocument 是一个完全解析的OneNote文件,从二进制 OneStore 文件格式读取的内部表示. 它包含原始对象空间图和修订显示更高层次的数据库. Document 在大多数脚本中,与文档模型一起工作. Document 直接上班; LoadedOneNoteDocument 需要直接访问二元层的高级应用情况.

Description

LoadedOneNoteDocument 是Python的Aspose.Note FOSS库中的一个类,它显示了0个方法和4个属性用于编程.

核心能力包括: str \; 逻辑文件; list[page]`. 这些操作使开发人员能够直接将loadedonenoteddocument功能集成到Python应用程序中.

课程还提供了 display_name 文件的显示名称,如果无法使用的话则返回没有. logical_document 文件结构的逻辑文档, pages 属性 (是代表文档顶级页面的页对象列表).

Properties

NameTypeAccessDescription
display_name`strNone`Read
logical_documentLogicalDocumentRead提供代表文件结构的底层 LogicalDocument
pageslist[Page]Read是代表文档顶级页面的页对象列表
page_historieslist[list[Page]]Read包含一个页面版本历史列表,每个作为页件列出.

See Also

 中文