Expand description
核心 OFD 数据模型类型。
这些类型直接映射到 GB/T 33190-2016 XML 元素。
Re-exports§
pub use bookmark::Bookmark;pub use bookmarks::Bookmarks;pub use creation_date::CreationDate;pub use creator::Creator;pub use custom_data::CustomData;pub use custom_datas::CustomDatas;pub use ofd_id::OfdId;pub use permissions::Permissions;pub use point::Point;pub use template_page::TemplatePage;pub use weight::Weight;
Modules§
- bookmark
- OFD 书签。
- bookmarks
- OFD 书签集合。
- creation_
date - OFD 创建/修改日期。
- creator
- OFD 创建者信息。
- custom_
data - OFD 自定义数据项。
- custom_
datas - OFD 自定义数据集合。
- ofd_id
- OFD 文档标识符。
- page_
size - 常用页面尺寸常量(宽 x 高,单位 mm)。
- permissions
- OFD 文档权限。
- point
- 坐标点。
- template_
page - OFD 模板页。
- weight
- 文字粗细值。
Structs§
- Image
Object - 带位置和尺寸的图片对象。
- OfdMetadata
- OFD 文档元数据(OFD.xml 层级)。
- OfdPage
- OFD 文档中的单个页面。
- Path
Object - 矢量路径对象(直线、矩形、曲线)。
- Text
Object - 带位置、字体和内容的文本对象。
Enums§
- Content
Object - OFD 页面上的内容对象。
- Image
Format - 支持的图片格式。