public final class TableTools extends Object
| 构造器和说明 |
|---|
TableTools() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
borderTable(org.apache.poi.xwpf.usermodel.XWPFTable table,
int size) |
static void |
mergeCellsHorizonal(org.apache.poi.xwpf.usermodel.XWPFTable table,
int row,
int fromCol,
int toCol) |
static void |
mergeCellsVertically(org.apache.poi.xwpf.usermodel.XWPFTable table,
int col,
int fromRow,
int toRow) |
static void |
widthTable(org.apache.poi.xwpf.usermodel.XWPFTable table,
float[] widths) |
public static void mergeCellsHorizonal(org.apache.poi.xwpf.usermodel.XWPFTable table,
int row,
int fromCol,
int toCol)
public static void mergeCellsVertically(org.apache.poi.xwpf.usermodel.XWPFTable table,
int col,
int fromRow,
int toRow)
public static void widthTable(org.apache.poi.xwpf.usermodel.XWPFTable table,
float[] widths)
public static void borderTable(org.apache.poi.xwpf.usermodel.XWPFTable table,
int size)
Copyright © 2018. All rights reserved.