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