|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CellStyle.HorizontalAlign in org.nocrala.tools.texttablefmt |
---|
Methods in org.nocrala.tools.texttablefmt that return CellStyle.HorizontalAlign | |
---|---|
static CellStyle.HorizontalAlign |
CellStyle.HorizontalAlign.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CellStyle.HorizontalAlign[] |
CellStyle.HorizontalAlign.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.HorizontalAlign | |
---|---|
CellStyle(CellStyle.HorizontalAlign horAlign)
Style with a specified horizontal alignment, that assumes AbbreviationStyle.dots and NullStyle.emptyString. |
|
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |