Skip to main content

Module model

Module model 

Source
Expand description

OFD 基础结构的 XML 数据模型(见 GB/T 33190—2016 第 7 章)。

各子模块对应规范中的不同部件:

  • ofd:主入口 OFD.xml(7.4);
  • document:文档根节点 Document.xml(7.5、7.8);
  • page:页树与页对象(7.6、7.7);
  • resource:资源文件(7.9);
  • common:被多处引用的公共结构。

Re-exports§

pub use annotation::Annot;
pub use annotation::AnnotPageRef;
pub use annotation::Annotations;
pub use annotation::Appearance;
pub use annotation::PageAnnot;
pub use common::Actions;
pub use common::CtAction;
pub use common::CtDest;
pub use common::Version;
pub use common::Versions;
pub use document::Bookmarks;
pub use document::CommonData;
pub use document::CtBookmark;
pub use document::CtOutlineElem;
pub use document::CtPageArea;
pub use document::CtPermission;
pub use document::Document;
pub use document::Outlines;
pub use document::Print;
pub use document::VPreferences;
pub use document::ValidPeriod;
pub use graphics::CompositeObject;
pub use graphics::CtColor;
pub use graphics::CtVectorG;
pub use graphics::ImageObject;
pub use graphics::PageBlock;
pub use graphics::PageBlockGroup;
pub use graphics::PathObject;
pub use graphics::TextCode;
pub use graphics::TextObject;
pub use graphics::parse_deltas;
pub use ofd::CtDocInfo;
pub use ofd::CustomData;
pub use ofd::CustomDatas;
pub use ofd::DocBody;
pub use ofd::Keywords;
pub use ofd::Ofd;
pub use page::Content;
pub use page::CtLayer;
pub use page::CtTemplatePage;
pub use page::PageObject;
pub use page::PageRef;
pub use page::Pages;
pub use page::Template;
pub use resource::ColorSpaces;
pub use resource::CompositeGraphicUnits;
pub use resource::CtColorSpace;
pub use resource::CtDrawParam;
pub use resource::CtFont;
pub use resource::CtMultiMedia;
pub use resource::DrawParams;
pub use resource::Fonts;
pub use resource::MultiMedias;
pub use resource::Res;
pub use resource::ResChild;
pub use signature::Provider;
pub use signature::Reference;
pub use signature::References;
pub use signature::Seal;
pub use signature::Signature;
pub use signature::SignatureRef;
pub use signature::Signatures;
pub use signature::SignedInfo;
pub use signature::StampAnnot;

Modules§

annotation
注释(见 GB/T 33190—2016 第 15 章)。
common
多处引用的公共结构。
document
文档根节点 Document.xml(见 GB/T 33190—2016 7.5)。
graphics
页面图元对象(见 GB/T 33190—2016 第 8~13 章)。
ofd
OFD 主入口 OFD.xml(见 GB/T 33190—2016 7.4)。
page
页树与页对象(见 GB/T 33190—2016 7.6、7.7)。
resource
资源文件(见 GB/T 33190—2016 7.9)。
signature
数字签名与签章结构(见 GB/T 33190—2016 第 18 章)。