Uses of Class
org.apache.poi.sl.draw.binding.CTPath2D
-
Packages that use CTPath2D Package Description org.apache.poi.sl.draw.binding org.apache.poi.sl.draw.geom -
-
Uses of CTPath2D in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding with type parameters of type CTPath2D Modifier and Type Field Description protected java.util.List<CTPath2D>
CTPath2DList. path
Methods in org.apache.poi.sl.draw.binding that return CTPath2D Modifier and Type Method Description CTPath2D
ObjectFactory. createCTPath2D()
Create an instance ofCTPath2D
Methods in org.apache.poi.sl.draw.binding that return types with arguments of type CTPath2D Modifier and Type Method Description java.util.List<CTPath2D>
CTPath2DList. getPath()
Gets the value of the path property. -
Uses of CTPath2D in org.apache.poi.sl.draw.geom
Constructors in org.apache.poi.sl.draw.geom with parameters of type CTPath2D Constructor Description Path(CTPath2D spPath)
-