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.TextAlign
TextParagraph. getTextAlign()
Returns the alignment that is applied to the paragraph.static TextParagraph.TextAlign
TextParagraph.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 void
TextParagraph. setTextAlign(TextParagraph.TextAlign align)
Specifies the alignment that is to be applied to the paragraph.
-