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