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