public class TableFormat extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
headerVisible |
| Constructor and Description |
|---|
TableFormat() |
TableFormat(TableFormat src) |
public TableFormat()
public TableFormat(TableFormat src)
public TableFormat clone()
public boolean isHeaderVisible()
public void setHeaderVisible(boolean headerVisible)
public Border getBorder()
public void setBorder(Border border)
public RowFormat getHeader()
public void setHeader(RowFormat header)
public RowFormat getFirstRow()
public void setFirstRow(RowFormat firstRow)
public RowFormat getMiddleRow()
public void setMiddleRow(RowFormat middleRow)
public RowFormat getLastRow()
public void setLastRow(RowFormat lastRow)
public CellFormat getDefaultCell()
public void setDefaultCell(CellFormat defaultCell)
public CellFormat getFirstCell()
public void setFirstCell(CellFormat firstCell)
public CellFormat getLastCell()
public void setLastCell(CellFormat lastCell)
public CellFormat getMiddleCell()
public void setMiddleCell(CellFormat middleCell)
public CellFormatMap getCellFormatMap()
public void setCellFormatMap(CellFormatMap cellFormatMap)
Copyright © 2018. All rights reserved.