pub type OFDPageVo = OfdPageVo;Expand description
对应 Java: org.ofdrw.reader.model.OFDPageVo
Java 原始类名为 OFDPageVo,Rust 版使用 OfdPageVo。
Aliased Type§
pub struct OFDPageVo {
pub content_page_path: String,
pub template_page_path: Option<String>,
}Fields§
§content_page_path: String👎Deprecated since 1.0.0:
使用 PageInfo 替代
内容页面路径。
template_page_path: Option<String>👎Deprecated since 1.0.0:
使用 PageInfo 替代
模板页面路径(可选)。