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