Uses of Class
org.apache.poi.xddf.usermodel.XDDFGradientStop
-
Packages that use XDDFGradientStop Package Description org.apache.poi.xddf.usermodel -
-
Uses of XDDFGradientStop in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return XDDFGradientStop Modifier and Type Method Description XDDFGradientStopXDDFGradientFillProperties. addGradientStop()XDDFGradientStopXDDFGradientFillProperties. getGradientStop(int index)XDDFGradientStopXDDFGradientFillProperties. insertGradientStop(int index)Methods in org.apache.poi.xddf.usermodel that return types with arguments of type XDDFGradientStop Modifier and Type Method Description List<XDDFGradientStop>XDDFGradientFillProperties. getGradientStops()
-