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