Uses of Class
org.apache.poi.xddf.usermodel.XDDFPath
-
Packages that use XDDFPath Package Description org.apache.poi.xddf.usermodel -
-
Uses of XDDFPath in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return XDDFPath Modifier and Type Method Description XDDFPath
XDDFCustomGeometry2D. addNewPath()
XDDFPath
XDDFCustomGeometry2D. getPath(int index)
XDDFPath
XDDFCustomGeometry2D. insertNewPath(int index)
Methods in org.apache.poi.xddf.usermodel that return types with arguments of type XDDFPath Modifier and Type Method Description java.util.List<XDDFPath>
XDDFCustomGeometry2D. getPaths()
-