类 TableRenderPolicy.Helper
java.lang.Object
com.deepoove.poi.policy.TableRenderPolicy.Helper
- 封闭类:
- TableRenderPolicy
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidrenderCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, CellRenderData data, CellStyle defaultCellStyle) static voidrenderCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, CellRenderData data, CellStyle defaultCellStyle, Style defaultTextStyle) static voidrenderRow(org.apache.poi.xwpf.usermodel.XWPFTableRow row, RowRenderData data) static voidrenderRow(org.apache.poi.xwpf.usermodel.XWPFTableRow row, RowRenderData data, Style defaultTextStyle) static org.apache.poi.xwpf.usermodel.XWPFTablerenderTable(org.apache.poi.xwpf.usermodel.XWPFRun run, TableRenderData data)
-
构造器详细资料
-
Helper
public Helper()
-
-
方法详细资料
-
renderTable
public static org.apache.poi.xwpf.usermodel.XWPFTable renderTable(org.apache.poi.xwpf.usermodel.XWPFRun run, TableRenderData data) throws Exception -
renderRow
public static void renderRow(org.apache.poi.xwpf.usermodel.XWPFTableRow row, RowRenderData data) throws Exception -
renderRow
public static void renderRow(org.apache.poi.xwpf.usermodel.XWPFTableRow row, RowRenderData data, Style defaultTextStyle) throws Exception -
renderCell
public static void renderCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, CellRenderData data, CellStyle defaultCellStyle) throws Exception -
renderCell
public static void renderCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, CellRenderData data, CellStyle defaultCellStyle, Style defaultTextStyle) throws Exception
-