Uses of Enum Class
ch.rabanti.nanoxlsx4j.styles.Font.VerticalAlignValue
Packages that use Font.VerticalAlignValue
-
Uses of Font.VerticalAlignValue in ch.rabanti.nanoxlsx4j.styles
Fields in ch.rabanti.nanoxlsx4j.styles declared as Font.VerticalAlignValueMethods in ch.rabanti.nanoxlsx4j.styles that return Font.VerticalAlignValueModifier and TypeMethodDescriptionFont.getVerticalAlign()
Gets the alignment of the font (Default is none)static Font.VerticalAlignValue
Returns the enum constant of this class with the specified name.static Font.VerticalAlignValue[]
Font.VerticalAlignValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.rabanti.nanoxlsx4j.styles with parameters of type Font.VerticalAlignValueModifier and TypeMethodDescriptionvoid
Font.setVerticalAlign
(Font.VerticalAlignValue verticalAlign) Sets the Alignment of the font (Default is none)