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 XDDFGradientStop
XDDFGradientFillProperties. addGradientStop()
XDDFGradientStop
XDDFGradientFillProperties. getGradientStop(int index)
XDDFGradientStop
XDDFGradientFillProperties. insertGradientStop(int index)
Methods in org.apache.poi.xddf.usermodel that return types with arguments of type XDDFGradientStop Modifier and Type Method Description java.util.List<XDDFGradientStop>
XDDFGradientFillProperties. getGradientStops()
-