Uses of Enum Class
org.apache.poi.xddf.usermodel.text.FontAlignment
Packages that use FontAlignment
-
Uses of FontAlignment in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return FontAlignmentModifier and TypeMethodDescriptionXDDFTextParagraph.getFontAlignment()Returns where vertically on a line of text the actual words are positioned.static FontAlignmentReturns the enum constant of this class with the specified name.static FontAlignment[]FontAlignment.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 FontAlignmentModifier and TypeMethodDescriptionvoidXDDFParagraphProperties.setFontAlignment(FontAlignment align) voidXDDFTextParagraph.setFontAlignment(FontAlignment align) Determines where vertically on a line of text the actual words are positioned.