Uses of Class
org.ofdrw.layout.OFDDoc
Packages that use OFDDoc
-
Uses of OFDDoc in org.ofdrw.layout
Methods in org.ofdrw.layout that return OFDDocModifier and TypeMethodDescription向文档中加入元素OFDDoc.addAnnotation(int pageNum, Annotation annotation) 向页面中增加注释对象OFDDoc.addAttachment(String absPath, Attachment attachment) 向文档中添加附件文件OFDDoc.addAttachment(Attachment attachment) 向文档中添加附件文件OFDDoc.addStreamCollect(StreamCollect streamCollect) 向文档中加入虚拟页面OFDDoc.addVPage(VirtualPage virtualPage) 向文档中加入虚拟页面OFDDoc.addWatermark(Watermark watermark) 给整个文档增加水印.OFDDoc.deleteAttachment(String name) 删除指定名称的附件OFDDoc.onPage(VPageHandler handler) 设置 当前解析页面的回调函数OFDDoc.onRenderFinish(RenderFinishHandler renderFinishHandler) 当渲染结束时的回调函数OFDDoc.setDefaultPageLayout(PageLayout pageLayout) 设置页面默认的样式Constructors in org.ofdrw.layout with parameters of type OFDDocModifierConstructorDescriptionDocContentReplace(OFDDoc ofdDoc) 创建文档内容替换对象DocContentReplace(OFDDoc ofdDoc, org.ofdrw.layout.DocContentReplace.ReplaceTextHandler replaceTextHandler) 创建文档内容替换对象 -
Uses of OFDDoc in org.ofdrw.layout.areaholder
Constructors in org.ofdrw.layout.areaholder with parameters of type OFDDocModifierConstructorDescriptionAreaHolderContext(OFDDoc doc) 创建 区域占位区块 上下文AreaHolderContext(OFDDoc doc, int n) 创建 区域占位区块 上下文