public static class TableRenderPolicy.Helper extends Object
| 构造器和说明 |
|---|
Helper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
renderCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
CellRenderData data,
CellStyle defaultCellStyle) |
static void |
renderCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
CellRenderData data,
CellStyle defaultCellStyle,
Style defaultTextStyle) |
static void |
renderRow(org.apache.poi.xwpf.usermodel.XWPFTableRow row,
RowRenderData data) |
static void |
renderRow(org.apache.poi.xwpf.usermodel.XWPFTableRow row,
RowRenderData data,
Style defaultTextStyle) |
static org.apache.poi.xwpf.usermodel.XWPFTable |
renderTable(org.apache.poi.xwpf.usermodel.XWPFRun run,
TableRenderData data) |
public static org.apache.poi.xwpf.usermodel.XWPFTable renderTable(org.apache.poi.xwpf.usermodel.XWPFRun run,
TableRenderData data)
throws Exception
public static void renderRow(org.apache.poi.xwpf.usermodel.XWPFTableRow row,
RowRenderData data)
throws Exception
public static void renderRow(org.apache.poi.xwpf.usermodel.XWPFTableRow row,
RowRenderData data,
Style defaultTextStyle)
throws Exception
public static void renderCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
CellRenderData data,
CellStyle defaultCellStyle)
throws Exception
public static void renderCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
CellRenderData data,
CellStyle defaultCellStyle,
Style defaultTextStyle)
throws Exception
Copyright © 2022. All rights reserved.