Uses of Class
org.apache.poi.sl.draw.binding.CTPath2DList
-
Packages that use CTPath2DList Package Description 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 Modifier and Type Field Description protected CTPath2DList
CTCustomGeometry2D. pathLst
Methods in org.apache.poi.sl.draw.binding that return CTPath2DList Modifier and Type Method Description CTPath2DList
ObjectFactory. createCTPath2DList()
Create an instance ofCTPath2DList
CTPath2DList
CTCustomGeometry2D. getPathLst()
Gets the value of the pathLst property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTPath2DList Modifier and Type Method Description void
CTCustomGeometry2D. setPathLst(CTPath2DList value)
Sets the value of the pathLst property.
-