类 DefaultElementTemplateFactory
java.lang.Object
com.deepoove.poi.resolver.DefaultElementTemplateFactory
- 所有已实现的接口:
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)
-
字段详细资料
-
EMPTY_CHAR
public static final char EMPTY_CHAR
-
-
构造器详细资料
-
DefaultElementTemplateFactory
public DefaultElementTemplateFactory()
-
-
方法详细资料
-
createRunTemplate
public RunTemplate createRunTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFRun run) -
createPicureTemplate
public PictureTemplate createPicureTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFPicture pic) -
createChartTemplate
public ChartTemplate createChartTemplate(Configure config, String tag, org.apache.poi.xwpf.usermodel.XWPFChart chart, org.apache.poi.xwpf.usermodel.XWPFRun run) -
createPictImageTemplate
public PictImageTemplate createPictImageTemplate(Configure config, String tag, CTPictWrapper pic, org.apache.poi.xwpf.usermodel.XWPFRun run)
-