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