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