RevisionManifestRecord
Overview
RevisionManifestRecord 是Python的 Aspose.Note 中的一个类.
RevisionManifestRecord.rid identifies the record with a unique ExtendedGUID.
RevisionManifestRecord 存储对象空间的单一修改. 它记录了修订 GUID,修复角色绑定和序列号. 这个类是 Aspose.Note 内解析器使用的低级二进制层的一部分;对于大多数文档处理脚本来说,该阶段包含一个重组字符串 (RIN) 和一个编程字母 (SIN). PageHistory API提供了相同修订信息的更高层次视图.
Description
RevisionManifestRecord 是Python的Aspose.Note FOSS库中的一个类,它显示了0个方法和7个属性用于编程.
核心能力包括: extendedguid; extendedguid \; 这些操作使开发人员能够直接将revisionmanifestrecord功能集成到Python应用程序中.
课程还提供了 rid 标识记录的唯一扩展指南,该数据库中包含一个单独的扩充指令. rid_dependent 具有可选的依赖扩展指南,该指导器可以使用: context_id 文件的位置 (可选地存储文本扩展指南).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rid | ExtendedGUID | Read | 用一个独特的 ExtendedGUID 识别记录 |
rid_dependent | `ExtendedGUID | None` | Read |
context_id | `ExtendedGUID | None` | Read |
root_roles | dict[int, ExtendedGUID] | Read | 将其扩展GUID的整数角色 ID 映射到它们中 |
objects | dict[ExtendedGUID, OneStoreObject] | Read | 将每个ExtendedGUID与其相关的 OneStoreObject 进行映射. |
section_display_name | `str | None` | Read |
order_index | int | Read | 表示记录的顺序位置为整数. |