接口 ElementTemplateFactory
- 所有已知实现类:
DefaultElementTemplateFactory
public interface ElementTemplateFactory
-
方法概要
修饰符和类型方法说明createChartTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFChart chart, org.apache.poi.xwpf.usermodel.XWPFRun run) createPictImageTemplate(Configure config, String tag, CTPictWrapper pic, org.apache.poi.xwpf.usermodel.XWPFRun run) createPicureTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFPicture pic) createRunTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFRun run)
-
方法详细资料
-
createRunTemplate
RunTemplate createRunTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFRun run) -
createPicureTemplate
PictureTemplate createPicureTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFPicture pic) -
createPictImageTemplate
PictImageTemplate createPictImageTemplate(Configure config, String tag, CTPictWrapper pic, org.apache.poi.xwpf.usermodel.XWPFRun run) -
createChartTemplate
ChartTemplate createChartTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFChart chart, org.apache.poi.xwpf.usermodel.XWPFRun run)
-