Uses of Class
org.apache.poi.sl.usermodel.VerticalAlignment
-
Packages that use VerticalAlignment Package Description org.apache.poi.sl.usermodel -
-
Uses of VerticalAlignment in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return VerticalAlignment Modifier and Type Method Description VerticalAlignmentTextShape. getVerticalAlignment()Returns the type of vertical alignment for the text.static VerticalAlignmentVerticalAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static VerticalAlignment[]VerticalAlignment. 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 VerticalAlignment Modifier and Type Method Description voidTextShape. setVerticalAlignment(VerticalAlignment vAlign)Sets the type of vertical alignment for the text.
-