Uses of Class
org.apache.poi.xddf.usermodel.PenAlignment
-
Packages that use PenAlignment Package Description org.apache.poi.xddf.usermodel -
-
Uses of PenAlignment in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return PenAlignment Modifier and Type Method Description PenAlignment
XDDFLineProperties. getPenAlignment()
static PenAlignment
PenAlignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PenAlignment[]
PenAlignment. 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 PenAlignment Modifier and Type Method Description void
XDDFLineProperties. setPenAlignment(PenAlignment alignment)
-