接口 ElementTemplateFactory
-
- 所有已知实现类:
DefaultElementTemplateFactory
public interface ElementTemplateFactory
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ChartTemplatecreateChartTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFChart chart, org.apache.poi.xwpf.usermodel.XWPFRun run)PictImageTemplatecreatePictImageTemplate(Configure config, String tag, CTPictWrapper pic, org.apache.poi.xwpf.usermodel.XWPFRun run)PictureTemplatecreatePicureTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFPicture pic)RunTemplatecreateRunTemplate(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)
-
-