Uses of Class
org.apache.poi.xddf.usermodel.XDDFDashStop
-
Packages that use XDDFDashStop Package Description org.apache.poi.xddf.usermodel -
-
Uses of XDDFDashStop in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return XDDFDashStop Modifier and Type Method Description XDDFDashStop
XDDFLineProperties. addDashStop()
XDDFDashStop
XDDFLineProperties. getDashStop(int index)
XDDFDashStop
XDDFLineProperties. insertDashStop(int index)
Methods in org.apache.poi.xddf.usermodel that return types with arguments of type XDDFDashStop Modifier and Type Method Description java.util.List<XDDFDashStop>
XDDFLineProperties. getDashStops()
-