pub type OFDDocumentVo = OfdDocumentVo;Expand description
对应 Java: org.ofdrw.reader.model.OFDDocumentVo
Java 原始类名为 OFDDocumentVo,Rust 版使用 OfdDocumentVo。
Aliased Type§
pub struct OFDDocumentVo {
pub doc_path: String,
pub page_width: f64,
pub page_height: f64,
pub annotations: Vec<AnnotionEntity>,
}Fields§
§doc_path: String👎Deprecated since 1.0.0:
使用 OfdReader 直接解析替代
文档路径。
page_width: f64👎Deprecated since 1.0.0:
使用 OfdReader 直接解析替代
页面宽度(毫米)。
page_height: f64👎Deprecated since 1.0.0:
使用 OfdReader 直接解析替代
页面高度(毫米)。
annotations: Vec<AnnotionEntity>👎Deprecated since 1.0.0:
使用 OfdReader 直接解析替代
注释列表。