Uses of Enum Class
org.apache.poi.xddf.usermodel.text.TextAlignment
Packages that use TextAlignment
-
Uses of TextAlignment in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return TextAlignmentModifier and TypeMethodDescriptionXDDFTextParagraph.getTextAlignment()
Returns the alignment that is applied to the paragraph.static TextAlignment
Returns the enum constant of this class with the specified name.static TextAlignment[]
TextAlignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.text with parameters of type TextAlignmentModifier and TypeMethodDescriptionvoid
XDDFParagraphProperties.setTextAlignment
(TextAlignment align) void
XDDFTextParagraph.setTextAlignment
(TextAlignment align) Specifies the alignment that is to be applied to the paragraph.