@Deprecated public class DLOFDReader extends OFDReader
| 构造器和说明 |
|---|
DLOFDReader(InputStream stream)
已过时。
|
DLOFDReader(Path ofdFile)
已过时。
|
DLOFDReader(String ofdFileLoc)
已过时。
|
DLOFDReader(String unzippedPathRoot,
boolean deleteOnClose)
已过时。
因一些ofd文件无法使用ZipUtil解压缩,可以让用户自己在外面解压缩好后,传入根目录创建
例如用户可以使用unzip或者unar等命令行方式解压缩
|
| 限定符和类型 | 方法和说明 |
|---|---|
OFDDocumentVo |
getOFDDocumentVo()
已过时。
|
List<OfdPageVo> |
getOFDPageVO()
已过时。
|
ResourceManage |
getResMgt()
已过时。
获取资源管理器
资源管理器获取到的对象均为只读对象
|
cdDefaultDoc, cdDoc, close, getAnnotationEntities, getAnnotations, getAttachment, getAttachmentFile, getAttachmentFile, getAttachmentList, getDefaultDocSignaturesPath, getDefaultSignatures, getDoc, getNumberOfPages, getOFDDir, getPage, getPageAbsLoc, getPageArea, getPageArea, getPageInfo, getPageList, getPageObjectId, getPageSize, getPageSize, getResourceLocator, getStampAnnots, getTemplate, getWorkDir, hasSignature, setNamespaceStrictMode, setZipFileMaxSizepublic DLOFDReader(Path ofdFile) throws IOException
IOExceptionpublic DLOFDReader(String ofdFileLoc) throws IOException
IOExceptionpublic DLOFDReader(InputStream stream) throws IOException
IOExceptionpublic DLOFDReader(String unzippedPathRoot, boolean deleteOnClose)
unzippedPathRoot - 已经解压的OFD根目录位置,因此通过参数控制是否删除目录。deleteOnClose - 退出时是否删除 unzippedPathRoot 文件, true - 退出时删除;false - 不删除public OFDDocumentVo getOFDDocumentVo()
public ResourceManage getResMgt()
资源管理器获取到的对象均为只读对象
Copyright © 2024. All rights reserved.