public interface ElementTemplateFactory
| 限定符和类型 | 方法和说明 |
|---|---|
ChartTemplate |
createChartTemplate(Configure config,
String tag,
org.apache.poi.xwpf.usermodel.XWPFChart chart,
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) |
RunTemplate createRunTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFRun run)
PictureTemplate createPicureTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFPicture pic)
ChartTemplate createChartTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFChart chart, org.apache.poi.xwpf.usermodel.XWPFRun run)
Copyright © 2021. All rights reserved.