Uses of Enum Class
org.apache.poi.sl.usermodel.TextParagraph.FontAlign
Packages that use TextParagraph.FontAlign
Package
Description
-
Uses of TextParagraph.FontAlign in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return TextParagraph.FontAlign -
Uses of TextParagraph.FontAlign in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return TextParagraph.FontAlignModifier and TypeMethodDescriptionTextParagraph.getFontAlign()Returns the font alignment that is applied to the paragraph.static TextParagraph.FontAlignReturns the enum constant of this class with the specified name.static TextParagraph.FontAlign[]TextParagraph.FontAlign.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TextParagraph.FontAlign in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return TextParagraph.FontAlignMethods in org.apache.poi.xslf.usermodel with parameters of type TextParagraph.FontAlignModifier and TypeMethodDescriptionvoidXSLFTextParagraph.setFontAlign(TextParagraph.FontAlign align) Specifies the font alignment that is to be applied to the paragraph.