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 STPathFillModeCTPath2D.getFill()Gets the value of the fill property.static STPathFillModeReturns 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 TypeMethodDescriptionvoidCTPath2D.setFill(STPathFillMode value) Sets the value of the fill property.