Uses of Class
ch.rabanti.picoxlsx4j.style.CellXf.HorizontalAlignValue
-
Packages that use CellXf.HorizontalAlignValue Package Description ch.rabanti.picoxlsx4j.style -
-
Uses of CellXf.HorizontalAlignValue in ch.rabanti.picoxlsx4j.style
Methods in ch.rabanti.picoxlsx4j.style that return CellXf.HorizontalAlignValue Modifier and Type Method Description CellXf.HorizontalAlignValue
CellXf. getHorizontalAlign()
Gets the horizontal alignment of the stylestatic CellXf.HorizontalAlignValue
CellXf.HorizontalAlignValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static CellXf.HorizontalAlignValue[]
CellXf.HorizontalAlignValue. 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.HorizontalAlignValue Modifier and Type Method Description void
CellXf. setHorizontalAlign(CellXf.HorizontalAlignValue horizontalAlign)
Sets the horizontal alignment of the style
-