Uses of Enum Class
org.apache.poi.xssf.usermodel.TextFontAlign
Packages that use TextFontAlign
-
Uses of TextFontAlign in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return TextFontAlignModifier and TypeMethodDescriptionXSSFTextParagraph.getTextFontAlign()Returns where vertically on a line of text the actual words are positioned.static TextFontAlignReturns the enum constant of this class with the specified name.static TextFontAlign[]TextFontAlign.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xssf.usermodel with parameters of type TextFontAlignModifier and TypeMethodDescriptionvoidXSSFTextParagraph.setTextFontAlign(TextFontAlign align) Determines where vertically on a line of text the actual words are positioned.