Uses of Class
org.apache.poi.sl.usermodel.PaintStyle.FlipMode
-
Packages that use PaintStyle.FlipMode Package Description org.apache.poi.sl.usermodel -
-
Uses of PaintStyle.FlipMode in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return PaintStyle.FlipMode Modifier and Type Method Description default PaintStyle.FlipMode
PaintStyle.TexturePaint. getFlipMode()
static PaintStyle.FlipMode
PaintStyle.FlipMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PaintStyle.FlipMode[]
PaintStyle.FlipMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-