public class MultipleRowTableRenderPolicy extends Object implements RenderPolicy
| 构造器和说明 |
|---|
MultipleRowTableRenderPolicy() |
MultipleRowTableRenderPolicy(String prefix,
String suffix) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected RunTemplate |
cast2runTemplate(MetaTemplate template) |
protected void |
checkTargetIsTable(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 int |
getRowIndex(org.apache.poi.xwpf.usermodel.XWPFTableRow row) |
protected void |
removeTableRow(org.apache.poi.xwpf.usermodel.XWPFTable table,
int startIndex,
int size) |
void |
render(ElementTemplate eleTemplate,
Object data,
XWPFTemplate template) |
protected void |
setTableRow(org.apache.poi.xwpf.usermodel.XWPFTable table,
org.apache.poi.xwpf.usermodel.XWPFTableRow row,
int pos) |
public void render(ElementTemplate eleTemplate, Object data, XWPFTemplate template)
protected List<org.apache.poi.xwpf.usermodel.XWPFTableRow> getAllTemplateRow(org.apache.poi.xwpf.usermodel.XWPFTable table, int startIndex)
protected void removeTableRow(org.apache.poi.xwpf.usermodel.XWPFTable table,
int startIndex,
int size)
protected RunTemplate cast2runTemplate(MetaTemplate template)
protected void checkTargetIsTable(org.apache.poi.xwpf.usermodel.XWPFRun run,
String message)
protected void setTableRow(org.apache.poi.xwpf.usermodel.XWPFTable table,
org.apache.poi.xwpf.usermodel.XWPFTableRow row,
int pos)
protected int getRowIndex(org.apache.poi.xwpf.usermodel.XWPFTableRow row)
Copyright © 2022. All rights reserved.