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