Uses of Enum Class
org.apache.poi.xssf.usermodel.TextAlign
Packages that use TextAlign
-
Uses of TextAlign in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return TextAlignModifier and TypeMethodDescriptionXSSFTextParagraph.getTextAlign()
Returns the alignment that is applied to the paragraph.static TextAlign
Returns the enum constant of this class with the specified name.static TextAlign[]
TextAlign.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 TextAlignModifier and TypeMethodDescriptionvoid
XSSFTextParagraph.setTextAlign
(TextAlign align) Specifies the alignment that is to be applied to the paragraph.