类 MultipleRowTableRenderPolicy
java.lang.Object
com.deepoove.poi.plugin.table.MultipleRowTableRenderPolicy
- 所有已实现的接口:
RenderPolicy
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected RunTemplatecast2runTemplate(MetaTemplate template) protected voidcheckTargetIsTable(org.apache.poi.xwpf.usermodel.XWPFRun run, String message) protected List<org.apache.poi.xwpf.usermodel.XWPFTableRow>getAllTemplateRow(org.apache.poi.xwpf.usermodel.XWPFTable table, int startIndex) protected intgetRowIndex(org.apache.poi.xwpf.usermodel.XWPFTableRow row) protected voidremoveTableRow(org.apache.poi.xwpf.usermodel.XWPFTable table, int startIndex, int size) voidrender(ElementTemplate eleTemplate, Object data, XWPFTemplate template) protected voidsetTableRow(org.apache.poi.xwpf.usermodel.XWPFTable table, org.apache.poi.xwpf.usermodel.XWPFTableRow row, int pos)
-
构造器详细资料
-
MultipleRowTableRenderPolicy
public MultipleRowTableRenderPolicy() -
MultipleRowTableRenderPolicy
-
-
方法详细资料
-
render
-
getAllTemplateRow
protected List<org.apache.poi.xwpf.usermodel.XWPFTableRow> getAllTemplateRow(org.apache.poi.xwpf.usermodel.XWPFTable table, int startIndex) -
removeTableRow
protected void removeTableRow(org.apache.poi.xwpf.usermodel.XWPFTable table, int startIndex, int size) -
cast2runTemplate
-
checkTargetIsTable
-
setTableRow
protected void setTableRow(org.apache.poi.xwpf.usermodel.XWPFTable table, org.apache.poi.xwpf.usermodel.XWPFTableRow row, int pos) -
getRowIndex
protected int getRowIndex(org.apache.poi.xwpf.usermodel.XWPFTableRow row)
-