Uses of Class
org.apache.poi.sl.draw.binding.STRectAlignment
-
Packages that use STRectAlignment Package Description org.apache.poi.sl.draw.binding -
-
Uses of STRectAlignment in org.apache.poi.sl.draw.binding
Methods in org.apache.poi.sl.draw.binding that return STRectAlignment Modifier and Type Method Description static STRectAlignment
STRectAlignment. fromValue(java.lang.String v)
static STRectAlignment
STRectAlignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static STRectAlignment[]
STRectAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-