A C D E F G I J N O P R S T V W
A
- add(Path) - Method in class org.ofdrw.pkg.container.PageDir
-
向页面中增加页面资源
- add(Path) - Method in class org.ofdrw.pkg.container.ResDir
-
向目录中加入资源
- add(Path) - Method in class org.ofdrw.pkg.container.TempsDir
-
向目录中加入模板文件
- add(String, Page) - Method in class org.ofdrw.pkg.container.TempsDir
-
向目录中加入模板页面
- add(Page) - Method in class org.ofdrw.pkg.container.TempsDir
-
向容器内加入模板
- addAnnot(PageAnnot) - Method in class org.ofdrw.pkg.container.PageDir
-
向页面加入新的注释文件
- addAnnot(String, PageAnnot) - Method in class org.ofdrw.pkg.container.PageDir
-
向页面内添加注释文件
- addRaw(String, InputStream) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
向虚拟容器中直接加入流类型资源
- addResource(Path) - Method in class org.ofdrw.pkg.container.DocDir
-
增加资源
- addResourceWithPath(Path) - Method in class org.ofdrw.pkg.container.DocDir
-
增加资源 并返回资源在文档中的绝对路径
- addWithPath(Path) - Method in class org.ofdrw.pkg.container.ResDir
-
向目录中加入资源
- AnnotationFileName - Static variable in class org.ofdrw.pkg.container.PageDir
-
记录了页面关联的注解对象
- AnnotationsFileName - Static variable in class org.ofdrw.pkg.container.DocDir
-
注释入口文件名称
- AnnotFilePrefix - Static variable in class org.ofdrw.pkg.container.PageDir
-
注释文件前缀
- AnnotFileRegex - Static variable in class org.ofdrw.pkg.container.PageDir
-
- AnnotsDir - Class in org.ofdrw.pkg.container
-
注释容器
- AnnotsDir(Path) - Constructor for class org.ofdrw.pkg.container.AnnotsDir
-
- AnnotsDir - Static variable in class org.ofdrw.pkg.container.DocDir
-
注释文件虚拟容器
- Attachments - Static variable in class org.ofdrw.pkg.container.DocDir
-
附件入口文件名称
C
- clean() - Method in class org.ofdrw.pkg.container.VirtualContainer
-
删除整个虚拟容器
- close() - Method in class org.ofdrw.pkg.container.VirtualContainer
-
- ContentFileName - Static variable in class org.ofdrw.pkg.container.PageDir
-
页面描述文件名称
- create() - Static method in class org.ofdrw.pkg.tool.SAXReaderFactory
-
创建 SAXReader 实例
D
- deleteFile(String) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
删除文件
- DocContainerPrefix - Static variable in class org.ofdrw.pkg.container.DocDir
-
文档容器名称前缀
- DocDir - Class in org.ofdrw.pkg.container
-
文档容器
- DocDir(Path) - Constructor for class org.ofdrw.pkg.container.DocDir
-
- DocumentFileName - Static variable in class org.ofdrw.pkg.container.DocDir
-
文档的根节点描述文件名称
- DocumentResFileName - Static variable in class org.ofdrw.pkg.container.DocDir
-
文档自身资源索引描述文件名称
- dump(Element, Path) - Static method in class org.ofdrw.pkg.tool.ElemCup
-
序列化文档对象
- dump(Element) - Static method in class org.ofdrw.pkg.tool.ElemCup
-
序列化DOM元素为字节序列
- dumpUpNS(Element, Path) - Static method in class org.ofdrw.pkg.tool.ElemCup
-
序列化元素并升级命名空间
E
- ElemCup - Class in org.ofdrw.pkg.tool
-
元素杯子
- ElemCup() - Constructor for class org.ofdrw.pkg.tool.ElemCup
-
- ENABLE_DEBUG_PRINT - Static variable in class org.ofdrw.pkg.tool.ElemCup
-
是否允许调试模式输出XML内容
- EncryptionsFileName - Static variable in class org.ofdrw.pkg.container.OFDDir
-
解密入口文件名称
- exist(String) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
判断文件或对象是否存在
- exit(String) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
F
- flush() - Method in class org.ofdrw.pkg.container.VirtualContainer
-
将缓存中的对象写入到文件系统中
- flushContainerByName(String) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
从缓存中刷新指定容器到文件系统中
- flushFileByName(String) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
从缓存将指定对象写入到文件系统中
G
- get(String) - Method in class org.ofdrw.pkg.container.PageDir
-
获取页面资源
- get(String) - Method in class org.ofdrw.pkg.container.ResDir
-
获取容器中的资源
- get(String) - Method in class org.ofdrw.pkg.container.TempsDir
-
根据文件名获取模板页面对象
- getAbsLoc() - Method in class org.ofdrw.pkg.container.VirtualContainer
-
获取在容器中的绝对路径
- getAnnotations() - Method in class org.ofdrw.pkg.container.DocDir
-
获取注释列表对象
- getAnnots() - Method in class org.ofdrw.pkg.container.DocDir
-
获取 注释容器
- getByIndex(int) - Method in class org.ofdrw.pkg.container.PagesDir
-
获取索引的页面容器
- getByIndex(Integer) - Method in class org.ofdrw.pkg.container.SignsDir
-
获取指定签名容器
- getContainer(String, Function<Path, R>) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
获取虚拟容器
- getContainerName() - Method in class org.ofdrw.pkg.container.VirtualContainer
-
获取虚拟容器的名称
- getContainerPath() - Method in class org.ofdrw.pkg.container.VirtualContainer
-
获取虚拟容器所处的文件系统路径
- getContent() - Method in class org.ofdrw.pkg.container.PageDir
-
获取页面描述对象
- getDocByIndex(int) - Method in class org.ofdrw.pkg.container.OFDDir
-
通过文档索引获取文档容器
- getDocDir(String) - Method in class org.ofdrw.pkg.container.OFDDir
-
- getDocument() - Method in class org.ofdrw.pkg.container.DocDir
-
获取文档的根节点
- getDocumentRes() - Method in class org.ofdrw.pkg.container.DocDir
-
获取文档自身资源索引对象
- getEncryptions() - Method in class org.ofdrw.pkg.container.OFDDir
-
获取 解密入口文件
- getExpectNs() - Method in class org.ofdrw.pkg.tool.OFDNameSpaceModifier
-
- getFile(ST_Loc) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
通过路径获取文件
- getFile(String) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
获取容器中的文件对象
- getFileAbs(String) - Method in class org.ofdrw.pkg.container.OFDDir
-
获取OFD虚拟容器中的文件
- getIndex() - Method in class org.ofdrw.pkg.container.DocDir
-
获取文档索引
- getIndex() - Method in class org.ofdrw.pkg.container.PageDir
-
获取页面索引
- getIndex() - Method in class org.ofdrw.pkg.container.SignDir
-
获取该签名容器索引
- getIndexStr() - Method in class org.ofdrw.pkg.container.PageDir
-
获取页面索引字符串,默认为数字如 "1",非规范情况下将返回自定义名称
- getIndexStr() - Method in class org.ofdrw.pkg.container.SignDir
-
获取签名容器名称,用于兼容非规范的签名容器名称
- getLatestDir() - Method in class org.ofdrw.pkg.container.OFDDir
-
获取OFD文档中最新的文档目录
- getMaxAnnotFileIndex() - Method in class org.ofdrw.pkg.container.PageDir
-
获取当Page_N容器中最大的注释文件索引号
- getMaxTempIndex() - Method in class org.ofdrw.pkg.container.TempsDir
-
获取当前容器内最大的模板文件索引号
- getObj(ST_Loc) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
通过路径获取元素
- getObj(String) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
通过文件名获取元素对象
- getOfd() - Method in class org.ofdrw.pkg.container.OFDDir
-
获取
- getPageAnnot() - Method in class org.ofdrw.pkg.container.PageDir
-
获取分页注释文件
- getPageAnnots() - Method in class org.ofdrw.pkg.container.PageDir
-
根据页面注释文件的名称前缀获取该目录下所有注释对象
- getPageDir(String) - Method in class org.ofdrw.pkg.container.AnnotsDir
-
通过索引获取 页面文件
- getPageDir(String) - Method in class org.ofdrw.pkg.container.PagesDir
-
- getPageRes() - Method in class org.ofdrw.pkg.container.PageDir
-
获取页面资源描述文件
- getPages() - Method in class org.ofdrw.pkg.container.DocDir
-
获取 页面存储目录
- getParent() - Method in class org.ofdrw.pkg.container.VirtualContainer
-
获取该容器所属容器
- getPublicRes() - Method in class org.ofdrw.pkg.container.DocDir
-
获取文档公共资源索引
- getRes() - Method in class org.ofdrw.pkg.container.DocDir
-
获取资源容器
- getResDir() - Method in class org.ofdrw.pkg.container.PageDir
-
获取资源文件虚拟容器
- getResource(String) - Method in class org.ofdrw.pkg.container.DocDir
-
获取资源
- getSeal() - Method in class org.ofdrw.pkg.container.SignDir
-
获取 电子印章文件
- getSignature() - Method in class org.ofdrw.pkg.container.SignDir
-
获取 签名/签章 描述文件
- getSignatures() - Method in class org.ofdrw.pkg.container.SignsDir
-
获取 签名列表文件
- getSignDir(String) - Method in class org.ofdrw.pkg.container.SignsDir
-
- getSignedValue() - Method in class org.ofdrw.pkg.container.SignDir
-
获取 签名值文件
- getSigns() - Method in class org.ofdrw.pkg.container.DocDir
-
获取 数字签名存储目录
- getSysAbsPath() - Method in class org.ofdrw.pkg.container.VirtualContainer
-
获取当前容器完整路径
- getTags() - Method in class org.ofdrw.pkg.container.DocDir
-
获取 自定义标签容器
- getTemps() - Method in class org.ofdrw.pkg.container.DocDir
-
获取 模板容器
I
- inject(Path) - Static method in class org.ofdrw.pkg.tool.ElemCup
-
从文件加载反序列化元素对象
J
- jar(OutputStream) - Method in class org.ofdrw.pkg.container.OFDDir
-
打包成OFD并输出到流
- jar(Path) - Method in class org.ofdrw.pkg.container.OFDDir
-
打包成OFD
N
- newDoc() - Method in class org.ofdrw.pkg.container.OFDDir
-
新建一个文档容器
- newOFD() - Static method in class org.ofdrw.pkg.container.OFDDir
-
新建一个OFD文档
- newPageDir() - Method in class org.ofdrw.pkg.container.PagesDir
-
创建一个新的页面容器
- newSignDir() - Method in class org.ofdrw.pkg.container.SignsDir
-
创建一个签名/章虚拟容器
O
- obtainAnnots() - Method in class org.ofdrw.pkg.container.DocDir
-
获取 注释容器
- obtainByIndex(int) - Method in class org.ofdrw.pkg.container.AnnotsDir
-
通过索引获取 页面文件
- obtainContainer(String, Function<Path, R>) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
获取一个虚拟容器对象
- obtainDoc(int) - Method in class org.ofdrw.pkg.container.OFDDir
-
获取指定Index的文档
- obtainDocDefault() - Method in class org.ofdrw.pkg.container.OFDDir
-
获取第一个文档容器作为默认
- obtainEncryptions() - Method in class org.ofdrw.pkg.container.OFDDir
-
获取 解密入口文件
- obtainPages() - Method in class org.ofdrw.pkg.container.DocDir
-
获取 页面存储目录
- obtainRes() - Method in class org.ofdrw.pkg.container.DocDir
-
获取 资源文件夹
- obtainRes() - Method in class org.ofdrw.pkg.container.PageDir
-
获取页面资源目录
- obtainSigns() - Method in class org.ofdrw.pkg.container.DocDir
-
获取 数字签名存储目录
- obtainTags() - Method in class org.ofdrw.pkg.container.DocDir
-
获取 自定义标签容器
- obtainTemps() - Method in class org.ofdrw.pkg.container.DocDir
-
获取 模板容器
- OFDDir - Class in org.ofdrw.pkg.container
-
OFD文档对象
- OFDDir(Path) - Constructor for class org.ofdrw.pkg.container.OFDDir
-
指定路径创建或读取OFD文档容器
- OFDEntriesFileName - Static variable in class org.ofdrw.pkg.container.OFDDir
-
OFD防止夹带文件
- OFDFileName - Static variable in class org.ofdrw.pkg.container.OFDDir
-
OFD文档主入口文件名称
- OFDNameSpaceModifier - Class in org.ofdrw.pkg.tool
-
命名空间变更
- OFDNameSpaceModifier(Namespace) - Constructor for class org.ofdrw.pkg.tool.OFDNameSpaceModifier
-
指定变更的命名空间
- OFDNameSpaceModifier() - Constructor for class org.ofdrw.pkg.tool.OFDNameSpaceModifier
-
使用默认的命名空间变更元素的命名空间
- OFDPackageFileIterator - Interface in org.ofdrw.pkg.container
-
OFD包内部文件迭代器
- org.ofdrw.pkg.container - package org.ofdrw.pkg.container
-
- org.ofdrw.pkg.tool - package org.ofdrw.pkg.tool
-
P
- PageContainerPrefix - Static variable in class org.ofdrw.pkg.container.DocDir
-
页面容器名称前缀
- PageContainerPrefix - Static variable in class org.ofdrw.pkg.container.PageDir
-
页面容器名称前缀
- PageDir - Class in org.ofdrw.pkg.container
-
页面目录容器
- PageDir(Path) - Constructor for class org.ofdrw.pkg.container.PageDir
-
- PageResFileName - Static variable in class org.ofdrw.pkg.container.PageDir
-
记录了资源描述文件名称
- PagesDir - Static variable in class org.ofdrw.pkg.container.DocDir
-
页面容器
- PagesDir - Class in org.ofdrw.pkg.container
-
页面容器
- PagesDir(Path) - Constructor for class org.ofdrw.pkg.container.PagesDir
-
- PublicResFileName - Static variable in class org.ofdrw.pkg.container.DocDir
-
文档公共资源索引描述文件名称
- putFile(Path) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
向虚拟容器中加入文件
- putFile(String, InputStream) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
向虚拟容器中加入文件
- putFile(String, byte[]) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
向虚拟容器中加入文件
- putFileAbs(String, Path) - Method in class org.ofdrw.pkg.container.OFDDir
-
将文件写入OFD虚拟容器,若路径不存在则创建
- putFileWithPath(Path) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
向虚拟容器中加入文件,并获取文件在容器中的绝对路径
- putObj(String, Element) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
向虚拟容器加入对象
R
- ResDir - Static variable in class org.ofdrw.pkg.container.DocDir
-
资源容器
- ResDir - Class in org.ofdrw.pkg.container
-
资源目录
- ResDir(Path) - Constructor for class org.ofdrw.pkg.container.ResDir
-
S
- SAXReaderFactory - Class in org.ofdrw.pkg.tool
-
SAXReader 工厂
- SAXReaderFactory() - Constructor for class org.ofdrw.pkg.tool.SAXReaderFactory
-
- SealFileName - Static variable in class org.ofdrw.pkg.container.SignDir
-
电子印章文件名
- setAnnotations(Annotations) - Method in class org.ofdrw.pkg.container.AnnotsDir
-
设置注释列表对象
- setAnnotations(Annotations) - Method in class org.ofdrw.pkg.container.DocDir
-
设置注释列表对象
- setContent(Page) - Method in class org.ofdrw.pkg.container.PageDir
-
设置页面描述
- SetCustomizedProducer(Supplier<SAXReader>) - Static method in class org.ofdrw.pkg.tool.SAXReaderFactory
-
设置用户自定义的 SAXReader 生成器
- setDocument(Document) - Method in class org.ofdrw.pkg.container.DocDir
-
设置 文档的根节点
- setDocumentRes(Res) - Method in class org.ofdrw.pkg.container.DocDir
-
设置 文档自身资源索引
- setEncryptions(Encryptions) - Method in class org.ofdrw.pkg.container.OFDDir
-
设置 解密入口文件
- setOfd(OFD) - Method in class org.ofdrw.pkg.container.OFDDir
-
设置 文档主入口文件对象
- setPageAnnot(PageAnnot) - Method in class org.ofdrw.pkg.container.PageDir
-
设置分页注释文件
- setPageRes(Res) - Method in class org.ofdrw.pkg.container.PageDir
-
设置页面资源描述对象
- setParent(VirtualContainer) - Method in class org.ofdrw.pkg.container.VirtualContainer
-
设置所属容器
- setPublicRes(Res) - Method in class org.ofdrw.pkg.container.DocDir
-
设置 文档公共资源索引
- setSeal(Path) - Method in class org.ofdrw.pkg.container.SignDir
-
设置电子印章文件
- setSignature(Signature) - Method in class org.ofdrw.pkg.container.SignDir
-
设置 签名/签章 描述文件
- setSignatures(Signatures) - Method in class org.ofdrw.pkg.container.SignsDir
-
设置 签名列表文件
- setSignedValue(Path) - Method in class org.ofdrw.pkg.container.SignDir
-
设置签名值文件
- SignatureFileName - Static variable in class org.ofdrw.pkg.container.SignDir
-
签名/签章 描述文件名
- SignaturesFileName - Static variable in class org.ofdrw.pkg.container.SignsDir
-
签名列表文件名称
- SignContainerPrefix - Static variable in class org.ofdrw.pkg.container.DocDir
-
数字签名容器名称前缀
- SignContainerPrefix - Static variable in class org.ofdrw.pkg.container.SignDir
-
签名容器名称前缀
- SignDir - Class in org.ofdrw.pkg.container
-
签名资源容器
- SignDir(Path) - Constructor for class org.ofdrw.pkg.container.SignDir
-
- SignedValueFileName - Static variable in class org.ofdrw.pkg.container.SignDir
-
签名值文件名
- SignsDir - Static variable in class org.ofdrw.pkg.container.DocDir
-
数字签名容器名称
- SignsDir - Class in org.ofdrw.pkg.container
-
签名容器
- SignsDir(Path) - Constructor for class org.ofdrw.pkg.container.SignsDir
-
T
- TagsDir - Static variable in class org.ofdrw.pkg.container.DocDir
-
自定义标签容器名称
- TempFileNameRegex - Static variable in class org.ofdrw.pkg.container.TempsDir
-
- TempFilePrefix - Static variable in class org.ofdrw.pkg.container.TempsDir
-
- TempsDir - Static variable in class org.ofdrw.pkg.container.DocDir
-
临时文件容器
- TempsDir - Class in org.ofdrw.pkg.container
-
模板文件存放目录
- TempsDir(Path) - Constructor for class org.ofdrw.pkg.container.TempsDir
-
V
- VirtualContainer - Class in org.ofdrw.pkg.container
-
虚拟容器对象
- VirtualContainer(Path) - Constructor for class org.ofdrw.pkg.container.VirtualContainer
-
通过完整路径构造一个虚拟容器
- VirtualContainer(Path, String) - Constructor for class org.ofdrw.pkg.container.VirtualContainer
-
创建一个虚拟容器
- visit(String, Path) - Method in interface org.ofdrw.pkg.container.OFDPackageFileIterator
-
变量文件
- visit(Document) - Method in class org.ofdrw.pkg.tool.OFDNameSpaceModifier
-
根节点遍历
- visit(Namespace) - Method in class org.ofdrw.pkg.tool.OFDNameSpaceModifier
-
命名空间遍历
- visit(Element) - Method in class org.ofdrw.pkg.tool.OFDNameSpaceModifier
-
根节点下的子节点遍历
W
- walk(OFDPackageFileIterator) - Method in class org.ofdrw.pkg.container.OFDDir
-
遍历OFD文件包内的所有文件
A C D E F G I J N O P R S T V W
Copyright © 2026. All rights reserved.