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