public class DefaultElementTemplateFactory extends Object implements ElementTemplateFactory
| 限定符和类型 | 字段和说明 |
|---|---|
static char |
EMPTY_CHAR |
| 构造器和说明 |
|---|
DefaultElementTemplateFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
ChartTemplate |
createChartTemplate(Configure config,
String tag,
org.apache.poi.xwpf.usermodel.XWPFChart chart,
org.apache.poi.xwpf.usermodel.XWPFRun run) |
PictImageTemplate |
createPictImageTemplate(Configure config,
String tag,
CTPictWrapper pic,
org.apache.poi.xwpf.usermodel.XWPFRun run) |
PictureTemplate |
createPicureTemplate(Configure config,
String tag,
org.apache.poi.xwpf.usermodel.XWPFPicture pic) |
RunTemplate |
createRunTemplate(Configure config,
String tag,
org.apache.poi.xwpf.usermodel.XWPFRun run) |
public RunTemplate createRunTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFRun run)
public PictureTemplate createPicureTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFPicture pic)
public ChartTemplate createChartTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFChart chart, org.apache.poi.xwpf.usermodel.XWPFRun run)
public PictImageTemplate createPictImageTemplate(Configure config, String tag, CTPictWrapper pic, org.apache.poi.xwpf.usermodel.XWPFRun run)
Copyright © 2021. All rights reserved.