Uses of Class
org.apache.poi.sl.usermodel.TextParagraph.TextAlign
-
Packages that use TextParagraph.TextAlign Package Description org.apache.poi.sl.usermodel -
-
Uses of TextParagraph.TextAlign in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return TextParagraph.TextAlign Modifier and Type Method Description TextParagraph.TextAlignTextParagraph. getTextAlign()Returns the alignment that is applied to the paragraph.static TextParagraph.TextAlignTextParagraph.TextAlign. valueOf(String name)Returns the enum constant of this type with the specified name.static TextParagraph.TextAlign[]TextParagraph.TextAlign. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type TextParagraph.TextAlign Modifier and Type Method Description voidTextParagraph. setTextAlign(TextParagraph.TextAlign align)Specifies the alignment that is to be applied to the paragraph.
-