@Deprecated public class DLOFDReader extends OFDReader
| Constructor and Description |
|---|
DLOFDReader(InputStream stream)
Deprecated.
|
DLOFDReader(Path ofdFile)
Deprecated.
|
DLOFDReader(String ofdFileLoc)
Deprecated.
|
DLOFDReader(String unzippedPathRoot,
boolean deleteOnClose)
Deprecated.
因一些ofd文件无法使用ZipUtil解压缩,可以让用户自己在外面解压缩好后,传入根目录创建
例如用户可以使用unzip或者unar等命令行方式解压缩
|
| Modifier and Type | Method and Description |
|---|---|
OFDDocumentVo |
getOFDDocumentVo()
Deprecated.
|
List<OfdPageVo> |
getOFDPageVO()
Deprecated.
|
ResourceManage |
getResMgt()
Deprecated.
获取资源管理器
|
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 © 2026. All rights reserved.