Uses of Class
org.apache.poi.xddf.usermodel.PresetLineDash
-
Packages that use PresetLineDash Package Description org.apache.poi.xddf.usermodel -
-
Uses of PresetLineDash in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return PresetLineDash Modifier and Type Method Description PresetLineDash
XDDFPresetLineDash. getValue()
static PresetLineDash
PresetLineDash. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PresetLineDash[]
PresetLineDash. 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 PresetLineDash Modifier and Type Method Description void
XDDFPresetLineDash. setValue(PresetLineDash dash)
Constructors in org.apache.poi.xddf.usermodel with parameters of type PresetLineDash Constructor Description XDDFPresetLineDash(PresetLineDash dash)
-