类 TableRenderPolicy.Helper
- java.lang.Object
-
- com.deepoove.poi.policy.TableRenderPolicy.Helper
-
- 封闭类:
- TableRenderPolicy
public static class TableRenderPolicy.Helper extends Object
-
-
构造器概要
构造器 构造器 说明 Helper()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 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)
-
-
-
方法详细资料
-
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
-
-