Uses of Class
org.apache.poi.sl.draw.binding.CTPath2DList

Packages that use CTPath2DList
org.apache.poi.sl.draw.binding   
 

Uses of CTPath2DList in org.apache.poi.sl.draw.binding
 

Fields in org.apache.poi.sl.draw.binding declared as CTPath2DList
protected  CTPath2DList CTCustomGeometry2D.pathLst
           
 

Methods in org.apache.poi.sl.draw.binding that return CTPath2DList
 CTPath2DList ObjectFactory.createCTPath2DList()
          Create an instance of CTPath2DList
 CTPath2DList CTCustomGeometry2D.getPathLst()
          Gets the value of the pathLst property.
 

Methods in org.apache.poi.sl.draw.binding with parameters of type CTPath2DList
 void CTCustomGeometry2D.setPathLst(CTPath2DList value)
          Sets the value of the pathLst property.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.