类 AbstractXWPFDocumentMerge
java.lang.Object
com.deepoove.poi.xwpf.AbstractXWPFDocumentMerge
- 所有已实现的接口:
DocumentMerge<NiceXWPFDocument>
- 直接已知子类:
XmlXWPFDocumentMerge
public abstract class AbstractXWPFDocumentMerge
extends Object
implements DocumentMerge<NiceXWPFDocument>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明merge(NiceXWPFDocument source, NiceXWPFDocument merged) merge(NiceXWPFDocument source, Iterator<NiceXWPFDocument> mergedIterator) abstract NiceXWPFDocumentmerge(NiceXWPFDocument source, Iterator<NiceXWPFDocument> mergedIterator, org.apache.poi.xwpf.usermodel.XWPFRun location)
-
字段详细资料
-
logger
protected org.slf4j.Logger logger
-
-
构造器详细资料
-
AbstractXWPFDocumentMerge
public AbstractXWPFDocumentMerge()
-
-
方法详细资料
-
merge
-
merge
public NiceXWPFDocument merge(NiceXWPFDocument source, Iterator<NiceXWPFDocument> mergedIterator) throws Exception -
merge
public abstract NiceXWPFDocument merge(NiceXWPFDocument source, Iterator<NiceXWPFDocument> mergedIterator, org.apache.poi.xwpf.usermodel.XWPFRun location) throws Exception
-