Uses of Class
org.nocrala.tools.texttablefmt.CellStyle.AbbreviationStyle

Uses of CellStyle.AbbreviationStyle in org.nocrala.tools.texttablefmt
 

Methods in org.nocrala.tools.texttablefmt that return CellStyle.AbbreviationStyle
static CellStyle.AbbreviationStyle CellStyle.AbbreviationStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CellStyle.AbbreviationStyle[] CellStyle.AbbreviationStyle.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.nocrala.tools.texttablefmt with parameters of type CellStyle.AbbreviationStyle
CellStyle(CellStyle.HorizontalAlign horAlign, CellStyle.AbbreviationStyle abbStyle)
          Style with a specified horizontal alignment and abbreviation style, that assumes NullStyle.emptyString.
CellStyle(CellStyle.HorizontalAlign horAlign, CellStyle.AbbreviationStyle abbStyle, CellStyle.NullStyle nullStyle)
          Full constructor, that specifies all characteristics.
 



Nocrala tools.