Uses of Class
ch.rabanti.picoxlsx4j.style.CellXf.TextBreakValue
-
Packages that use CellXf.TextBreakValue Package Description ch.rabanti.picoxlsx4j.style -
-
Uses of CellXf.TextBreakValue in ch.rabanti.picoxlsx4j.style
Methods in ch.rabanti.picoxlsx4j.style that return CellXf.TextBreakValue Modifier and Type Method Description CellXf.TextBreakValue
CellXf. getAlignment()
Gets the text break options of the stylestatic CellXf.TextBreakValue
CellXf.TextBreakValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static CellXf.TextBreakValue[]
CellXf.TextBreakValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.rabanti.picoxlsx4j.style with parameters of type CellXf.TextBreakValue Modifier and Type Method Description void
CellXf. setAlignment(CellXf.TextBreakValue alignment)
Sets the text break options of the style
-