public class RowFormat extends Object
| Modifier and Type | Method and Description |
|---|---|
RowFormat |
clone() |
List<String> |
format(String... data) |
List<String> |
format(String[] data,
Convertor<Integer,CellFormat> cellFormatter) |
List<String> |
format(String[] data,
Map<Integer,CellFormat> cellFormatter) |
List<String> |
format(String[] data,
String[] columnNames) |
Border |
getBorder() |
CellFormatMap |
getCellFormatMap() |
CellFormat |
getDefaultCell() |
CellFormat |
getFirstCell() |
CellFormat |
getLastCell() |
CellFormat |
getMiddleCell() |
VerticalSplitter |
getVerticalSplitter() |
void |
setBorder(Border border) |
void |
setCellFormatMap(CellFormatMap cellFormatMap) |
void |
setDefaultCell(CellFormat defaultCell) |
void |
setFirstCell(CellFormat firstCell) |
void |
setLastCell(CellFormat lastCell) |
void |
setMiddleCell(CellFormat middleCell) |
void |
setVerticalSplitter(VerticalSplitter verticalSplitter) |
public RowFormat()
public RowFormat(RowFormat src)
public Border getBorder()
public void setBorder(Border border)
public VerticalSplitter getVerticalSplitter()
public void setVerticalSplitter(VerticalSplitter verticalSplitter)
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.