Uses of Class
xyz.cofe.text.table.Border
| Package | Description |
|---|---|
| xyz.cofe.text.table |
-
Uses of Border in xyz.cofe.text.table
Methods in xyz.cofe.text.table that return Border Modifier and Type Method Description static BorderBorders. asciiLine()BorderBorder. bottomHeigth(int bottomHeigth)Устанавливает высоту нижней части бордюраBorderBorder. clone()Создает клонstatic BorderBorders. doubleLine()static BorderBorders. empty()BorderCellFormat. getBorder()Возвращает бордюр вокруг ячейкиBorderRowFormat. getBorder()BorderTableFormat. getBorder()BorderBorder. leftWidth(int leftWidth)Устанавливает шириную левой части бордюраBorderBorder. rightWidth(int rightWidth)Устанавливает шириную правой части бордюраstatic BorderBorders. singleLine()BorderBorder. topHeight(int topHeight)Устанавливает высоту верхней части бордюраMethods in xyz.cofe.text.table with parameters of type Border Modifier and Type Method Description CellFormatCellFormat. border(Border border)Указывает бордюр вокруг ячейкиstatic java.util.ArrayList<java.lang.String>Border. format(java.lang.Iterable<java.lang.String> lines, Border border)static java.util.ArrayList<java.lang.String>Border. format(java.lang.String[] lines, Border border)static java.util.ArrayList<java.lang.String>Border. format(TextCell cell, Border border)voidCellFormat. setBorder(Border border)Указывает бордюр вокруг ячейкиvoidRowFormat. setBorder(Border border)voidTableFormat. setBorder(Border border)Constructors in xyz.cofe.text.table with parameters of type Border Constructor Description Border(Border src)Конструктор копирования