public abstract class AbstractXWPFDocumentMerge extends Object implements DocumentMerge<NiceXWPFDocument>
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.slf4j.Logger |
logger |
| 构造器和说明 |
|---|
AbstractXWPFDocumentMerge() |
| 限定符和类型 | 方法和说明 |
|---|---|
NiceXWPFDocument |
merge(NiceXWPFDocument source,
Iterator<NiceXWPFDocument> mergedIterator) |
abstract NiceXWPFDocument |
merge(NiceXWPFDocument source,
Iterator<NiceXWPFDocument> mergedIterator,
org.apache.poi.xwpf.usermodel.XWPFRun location) |
NiceXWPFDocument |
merge(NiceXWPFDocument source,
NiceXWPFDocument merged) |
public NiceXWPFDocument merge(NiceXWPFDocument source, NiceXWPFDocument merged) throws Exception
public NiceXWPFDocument merge(NiceXWPFDocument source, Iterator<NiceXWPFDocument> mergedIterator) throws Exception
public abstract NiceXWPFDocument merge(NiceXWPFDocument source, Iterator<NiceXWPFDocument> mergedIterator, org.apache.poi.xwpf.usermodel.XWPFRun location) throws Exception
Copyright © 2022. All rights reserved.