Class SealOFDReader
java.lang.Object
org.ofdrw.reader.OFDReader
org.ofdrw.reader.SealOFDReader
- All Implemented Interfaces:
Closeable, AutoCloseable
Deprecated.
- Since:
- 2020/8/11
- Author:
- dltech21
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSealOFDReader(InputStream inputStream) Deprecated.SealOFDReader(Path ofdFile) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Methods inherited from class OFDReader
cdDefaultDoc, cdDoc, close, getAnnotationEntities, getAnnotations, getAttachment, getAttachmentFile, getAttachmentFile, getAttachmentList, getDefaultDocSignaturesPath, getDefaultSignatures, getDoc, getNumberOfPages, getOFDDir, getPage, getPageAbsLoc, getPageArea, getPageArea, getPageInfo, getPageList, getPageObjectId, getPageSize, getPageSize, getResMgt, getResourceLocator, getStampAnnots, getTemplate, getWorkDir, hasSignature, setNamespaceStrictMode, setZipFileMaxSizeModifier and TypeMethodDescription切换目录到默认的文档目录下下cdDoc(int numOfDoc) 切换目录到指定的文档下voidclose()关闭文档获取默认文档中的所有注释信息获取注解列表文件对象getAttachment(String name) 获取附件对象getAttachmentFile(String name) 获取附件文件getAttachmentFile(CT_Attachment attachment) 获取附件文件获取所有附件对象获取默认文档Doc_0中的签名列表文件的绝对路径获取默认的签名列表对象getDoc(int numOfDoc) 获取文档对象int获取OFD含有的总页面数量获取文档虚拟容器getPage(int pageNum) 通过页面页码获取页面对象getPageAbsLoc(int pageNum) 获取制定页码页面文件的在文档中的绝对路径 (以 "/" 开头)getPageArea(int num) 获取 页面区域getPageArea(Page page) 获取 页面区域getPageInfo(int pageNum) 获取页面信息获取 页面信息集合getPageObjectId(int pageNum) 获取页面的对象IDgetPageSize(int num) 获取页面物理大小getPageSize(Page page) 获取页面物理大小获取资源管理器获取资源定位器获取默认文档中的签章信息getTemplate(String id) 解析页面模板对象boolean文档是否包含数字签名static voidsetNamespaceStrictMode(boolean enable) 启用或关闭命名空间严格解析模式static voidsetZipFileMaxSize(long size) Deprecated.该参数已经弃用。
-
Constructor Details
-
SealOFDReader
-
SealOFDReader
-
-
Method Details
-
getOFDPageVO
-
getPublicResFonts
-
getPublicResDrawParam
Deprecated.
-
DLOFDReader印章ofd的解析器