Uses of Class
org.apache.poi.xddf.usermodel.RectangleAlignment
-
Packages that use RectangleAlignment Package Description org.apache.poi.xddf.usermodel -
-
Uses of RectangleAlignment in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return RectangleAlignment Modifier and Type Method Description static RectangleAlignment
RectangleAlignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RectangleAlignment[]
RectangleAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xddf.usermodel with parameters of type RectangleAlignment Modifier and Type Method Description void
XDDFTileInfoProperties. setAlignment(RectangleAlignment alignment)
-