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