Uses of Class
org.apache.poi.sl.draw.binding.STBlackWhiteMode
-
Packages that use STBlackWhiteMode Package Description org.apache.poi.sl.draw.binding -
-
Uses of STBlackWhiteMode in org.apache.poi.sl.draw.binding
Methods in org.apache.poi.sl.draw.binding that return STBlackWhiteMode Modifier and Type Method Description static STBlackWhiteMode
STBlackWhiteMode. fromValue(java.lang.String v)
static STBlackWhiteMode
STBlackWhiteMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static STBlackWhiteMode[]
STBlackWhiteMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-