public class TableCellInfo extends Object
| Constructor and Description |
|---|
TableCellInfo(TableInfo tableInfo,
boolean firstRow,
boolean lastRow,
boolean firstCol,
boolean lastCol) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canApplyFirstCol() |
boolean |
canApplyFirstRow() |
boolean |
canApplyLastCol() |
boolean |
canApplyLastRow() |
void |
getTableCellBorder(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
BorderSide borderSide) |
boolean |
isFirstCol() |
boolean |
isFirstRow() |
boolean |
isInside(BorderSide borderSide) |
boolean |
isLastCol() |
boolean |
isLastRow() |
public TableCellInfo(TableInfo tableInfo, boolean firstRow, boolean lastRow, boolean firstCol, boolean lastCol)
public boolean isFirstRow()
public boolean isLastRow()
public boolean isFirstCol()
public boolean isLastCol()
public boolean canApplyFirstRow()
public boolean canApplyLastRow()
public boolean canApplyFirstCol()
public boolean canApplyLastCol()
public boolean isInside(BorderSide borderSide)
public void getTableCellBorder(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
BorderSide borderSide)
Copyright © 2016. All Rights Reserved.