public class TableInfo extends Object
| Constructor and Description |
|---|
TableInfo(org.apache.poi.xwpf.usermodel.XWPFTable table,
XWPFStylesDocument stylesDocument) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCellInfo(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
boolean firstRow,
boolean lastRow,
boolean firstCol,
boolean lastCol) |
boolean |
canApplyFirstCol() |
boolean |
canApplyFirstRow() |
boolean |
canApplyLastCol() |
boolean |
canApplyLastRow() |
TableCellInfo |
getCellInfo(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
public TableInfo(org.apache.poi.xwpf.usermodel.XWPFTable table,
XWPFStylesDocument stylesDocument)
public TableCellInfo getCellInfo(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public void addCellInfo(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
boolean firstRow,
boolean lastRow,
boolean firstCol,
boolean lastCol)
public boolean canApplyFirstRow()
public boolean canApplyLastRow()
public boolean canApplyFirstCol()
public boolean canApplyLastCol()
Copyright © 2016. All Rights Reserved.