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