Uses of Class
xyz.cofe.text.table.RowFormat
-
Packages that use RowFormat Package Description xyz.cofe.text.table -
-
Uses of RowFormat in xyz.cofe.text.table
Fields in xyz.cofe.text.table declared as RowFormat Modifier and Type Field Description protected static RowFormatRowFormats. asciiRowprotected static RowFormatRowFormats. doubleRowprotected static RowFormatRowFormats. singleRowMethods in xyz.cofe.text.table that return RowFormat Modifier and Type Method Description static RowFormatRowFormats. asciiRow()RowFormatRowFormat. clone()static RowFormatRowFormats. doubleRow()RowFormatTableFormat. getFirstRow()RowFormatTableFormat. getHeader()RowFormatTableFormat. getLastRow()RowFormatTableFormat. getMiddleRow()static RowFormatRowFormats. singleRow()Methods in xyz.cofe.text.table with parameters of type RowFormat Modifier and Type Method Description voidTableFormat. setFirstRow(RowFormat firstRow)voidTableFormat. setHeader(RowFormat header)voidTableFormat. setLastRow(RowFormat lastRow)voidTableFormat. setMiddleRow(RowFormat middleRow)Constructors in xyz.cofe.text.table with parameters of type RowFormat Constructor Description RowFormat(RowFormat src)
-