Uses of Enum Class
org.apache.poi.sl.draw.binding.STPathFillMode
Packages that use STPathFillMode
-
Uses of STPathFillMode in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as STPathFillModeMethods in org.apache.poi.sl.draw.binding that return STPathFillModeModifier and TypeMethodDescriptionstatic STPathFillMode
CTPath2D.getFill()
Gets the value of the fill property.static STPathFillMode
Returns the enum constant of this class with the specified name.static STPathFillMode[]
STPathFillMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.sl.draw.binding with parameters of type STPathFillModeModifier and TypeMethodDescriptionvoid
CTPath2D.setFill
(STPathFillMode value) Sets the value of the fill property.