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.FontAlign
Returns 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 TypeMethodDescriptionvoid
XSLFTextParagraph.setFontAlign
(TextParagraph.FontAlign align) Specifies the font alignment that is to be applied to the paragraph.