Uses of Class
xyz.cofe.text.table.CellFormat
| Package | Description |
|---|---|
| xyz.cofe.text.table |
-
Uses of CellFormat in xyz.cofe.text.table
Fields in xyz.cofe.text.table declared as CellFormat Modifier and Type Field Description protected static CellFormatCellFormats. defprotected static CellFormatCellFormats. width20Methods in xyz.cofe.text.table that return CellFormat Modifier and Type Method Description CellFormatCellFormat. align(Align horzAlign)Указывает горизонтальное выравниваниеCellFormatCellFormat. alignText(java.lang.String txt)Указывает текст используемый при горизонтальном выравниванииCellFormatCellFormat. blankLineCount(java.lang.Integer blankLineCount)Указывает Кол-во вставляемых пустых строк, при замене перевода строк, 0 или большеCellFormatCellFormat. border(Border border)Указывает бордюр вокруг ячейкиCellFormatCellFormat. clone()Клонирование объектаstatic CellFormatCellFormats. def()CellFormatCellFormat. evalNewLine(java.lang.Boolean evalNewLine)Указывает Возвращает как интерпретировать переводы строк.CellFormat[]CellFormatMap. getByIndex(int colidx)CellFormat[]CellFormatMap. getByName(java.lang.String colname)CellFormatRowFormat. getDefaultCell()CellFormatTableFormat. getDefaultCell()CellFormatRowFormat. getFirstCell()CellFormatTableFormat. getFirstCell()CellFormatRowFormat. getLastCell()CellFormatTableFormat. getLastCell()CellFormatRowFormat. getMiddleCell()CellFormatTableFormat. getMiddleCell()CellFormatCellFormat. merge(CellFormat cf)Создает новый стиль объединяя с указанным, если у указанного стиля определенно свойство, то оно переопределяет текущее.CellFormatCellFormat. multiLine(java.lang.Boolean multiLine)Указывает режим - многострочный / однострочныйCellFormatCellFormat. threeDots(java.lang.String threeDots)Указывает символ многоточние.CellFormatCellFormat. trimSpaces(java.lang.Boolean trimCapsSapces)Указывает убрать пробельные символы с концов строкиCellFormatCellFormat. valign(Align vertAlign)Указывает вертикальное выравниваниеCellFormatCellFormat. width(java.lang.Integer width)Указывает шириную ячейки / колонки, без учета бордюраstatic CellFormatCellFormats. width20()Methods in xyz.cofe.text.table with parameters of type CellFormat Modifier and Type Method Description CellFormatCellFormat. merge(CellFormat cf)Создает новый стиль объединяя с указанным, если у указанного стиля определенно свойство, то оно переопределяет текущее.voidCellFormatMap. put(int colIndex, CellFormat cf)voidCellFormatMap. put(java.lang.String colName, boolean ignoreCase, CellFormat cf)voidCellFormatMap. put(java.lang.String colName, CellFormat cf)voidRowFormat. setDefaultCell(CellFormat defaultCell)voidTableFormat. setDefaultCell(CellFormat defaultCell)voidRowFormat. setFirstCell(CellFormat firstCell)voidTableFormat. setFirstCell(CellFormat firstCell)voidRowFormat. setLastCell(CellFormat lastCell)voidTableFormat. setLastCell(CellFormat lastCell)voidRowFormat. setMiddleCell(CellFormat middleCell)voidTableFormat. setMiddleCell(CellFormat middleCell)Method parameters in xyz.cofe.text.table with type arguments of type CellFormat Modifier and Type Method Description java.util.List<java.lang.String>RowFormat. format(java.lang.String[] data, java.util.function.Function<java.lang.Integer,CellFormat> cellFormatter)java.util.List<java.lang.String>RowFormat. format(java.lang.String[] data, java.util.Map<java.lang.Integer,CellFormat> cellFormatter)Constructors in xyz.cofe.text.table with parameters of type CellFormat Constructor Description CellFormat(CellFormat src)Конструктор копирования