类 TableRenderPolicy.Helper

java.lang.Object
com.deepoove.poi.policy.TableRenderPolicy.Helper
封闭类:
TableRenderPolicy

public static class TableRenderPolicy.Helper extends Object
  • 构造器详细资料

    • 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