| 程序包 | 说明 |
|---|---|
| com.deepoove.poi.data | |
| com.deepoove.poi.policy | |
| com.deepoove.poi.util |
| 限定符和类型 | 字段和说明 |
|---|---|
protected TableStyle |
CellRenderData.cellStyle |
| 限定符和类型 | 方法和说明 |
|---|---|
TableStyle |
CellRenderData.getCellStyle() |
TableStyle |
RowRenderData.getRowStyle() |
TableStyle |
MiniTableRenderData.getStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CellRenderData.setCellStyle(TableStyle cellStyle) |
void |
RowRenderData.setRowStyle(TableStyle style) |
void |
MiniTableRenderData.setStyle(TableStyle style) |
| 构造器和说明 |
|---|
CellRenderData(TextRenderData renderData,
TableStyle cellStyle) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
MiniTableRenderPolicy.Helper.renderCell(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
CellRenderData cellData,
TableStyle rowStyle) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
TableTools.initBasicTable(org.apache.poi.xwpf.usermodel.XWPFTable table,
int col,
float width,
TableStyle style) |
static void |
TableTools.styleTable(org.apache.poi.xwpf.usermodel.XWPFTable table,
TableStyle style) |
static void |
StyleUtils.styleTable(org.apache.poi.xwpf.usermodel.XWPFTable table,
TableStyle style) |
static void |
StyleUtils.styleTableParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph par,
TableStyle style) |
Copyright © 2020. All rights reserved.