Uses of Enum Class
org.apache.poi.sl.usermodel.TextParagraph.TextAlign
Packages that use TextParagraph.TextAlign
Package
Description
-
Uses of TextParagraph.TextAlign in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return TextParagraph.TextAlignMethods in org.apache.poi.hslf.usermodel with parameters of type TextParagraph.TextAlignModifier and TypeMethodDescriptionvoidHSLFTextParagraph.setTextAlign(TextParagraph.TextAlign align) -
Uses of TextParagraph.TextAlign in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return TextParagraph.TextAlignModifier and TypeMethodDescriptionTextParagraph.getTextAlign()Returns the alignment that is applied to the paragraph.static TextParagraph.TextAlignReturns the enum constant of this class with the specified name.static TextParagraph.TextAlign[]TextParagraph.TextAlign.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type TextParagraph.TextAlignModifier and TypeMethodDescriptionvoidTextParagraph.setTextAlign(TextParagraph.TextAlign align) Specifies the alignment that is to be applied to the paragraph. -
Uses of TextParagraph.TextAlign in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return TextParagraph.TextAlignMethods in org.apache.poi.xslf.usermodel with parameters of type TextParagraph.TextAlignModifier and TypeMethodDescriptionvoidXSLFTextParagraph.setTextAlign(TextParagraph.TextAlign align)