| Package | Description |
|---|---|
| xyz.cofe.text.table |
| Modifier and Type | Field and Description |
|---|---|
protected static CellFormat |
CellFormats.def |
protected static CellFormat |
CellFormats.width20 |
| Modifier and Type | Method and Description |
|---|---|
CellFormat |
CellFormat.align(Align horzAlign)
Указывает горизонтальное выравнивание
|
CellFormat |
CellFormat.alignText(String txt)
Указывает текст используемый при горизонтальном выравнивании
|
CellFormat |
CellFormat.blankLineCount(Integer blankLineCount)
Указывает Кол-во вставляемых пустых строк, при замене перевода строк, 0 или больше
|
CellFormat |
CellFormat.border(Border border)
Указывает бордюр вокруг ячейки
|
CellFormat |
CellFormat.clone()
Клонирование объекта
|
static CellFormat |
CellFormats.def() |
CellFormat |
CellFormat.evalNewLine(Boolean evalNewLine)
Указывает Возвращает как интерпретировать переводы строк.
|
CellFormat[] |
CellFormatMap.getByIndex(int colidx) |
CellFormat[] |
CellFormatMap.getByName(String colname) |
CellFormat |
RowFormat.getDefaultCell() |
CellFormat |
TableFormat.getDefaultCell() |
CellFormat |
RowFormat.getFirstCell() |
CellFormat |
TableFormat.getFirstCell() |
CellFormat |
RowFormat.getLastCell() |
CellFormat |
TableFormat.getLastCell() |
CellFormat |
RowFormat.getMiddleCell() |
CellFormat |
TableFormat.getMiddleCell() |
CellFormat |
CellFormat.merge(CellFormat cf)
Создает новый стиль объединяя с указанным,
если у указанного стиля определенно свойство, то оно переопределяет текущее.
|
CellFormat |
CellFormat.multiLine(Boolean multiLine)
Указывает режим - многострочный / однострочный
|
CellFormat |
CellFormat.threeDots(String threeDots)
Указывает символ многоточние.
|
CellFormat |
CellFormat.trimSpaces(Boolean trimCapsSapces)
Указывает убрать пробельные символы с концов строки
|
CellFormat |
CellFormat.valign(Align vertAlign)
Указывает вертикальное выравнивание
|
CellFormat |
CellFormat.width(Integer width)
Указывает шириную ячейки / колонки, без учета бордюра
|
static CellFormat |
CellFormats.width20() |
| Modifier and Type | Method and Description |
|---|---|
CellFormat |
CellFormat.merge(CellFormat cf)
Создает новый стиль объединяя с указанным,
если у указанного стиля определенно свойство, то оно переопределяет текущее.
|
void |
CellFormatMap.put(int colIndex,
CellFormat cf) |
void |
CellFormatMap.put(String colName,
boolean ignoreCase,
CellFormat cf) |
void |
CellFormatMap.put(String colName,
CellFormat cf) |
void |
RowFormat.setDefaultCell(CellFormat defaultCell) |
void |
TableFormat.setDefaultCell(CellFormat defaultCell) |
void |
RowFormat.setFirstCell(CellFormat firstCell) |
void |
TableFormat.setFirstCell(CellFormat firstCell) |
void |
RowFormat.setLastCell(CellFormat lastCell) |
void |
TableFormat.setLastCell(CellFormat lastCell) |
void |
RowFormat.setMiddleCell(CellFormat middleCell) |
void |
TableFormat.setMiddleCell(CellFormat middleCell) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
RowFormat.format(String[] data,
Convertor<Integer,CellFormat> cellFormatter) |
List<String> |
RowFormat.format(String[] data,
Map<Integer,CellFormat> cellFormatter) |
| Constructor and Description |
|---|
CellFormat(CellFormat src)
Конструктор копирования
|
Copyright © 2018. All rights reserved.