Uses of Interface
org.apache.poi.sl.usermodel.FreeformShape

Packages that use FreeformShape
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.draw   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of FreeformShape in org.apache.poi.hslf.usermodel
 

Classes in org.apache.poi.hslf.usermodel that implement FreeformShape
 class HSLFFreeformShape
          A "Freeform" shape.
 

Uses of FreeformShape in org.apache.poi.sl.draw
 

Methods in org.apache.poi.sl.draw with parameters of type FreeformShape
 DrawFreeformShape DrawFactory.getDrawable(FreeformShape<?,?> shape)
           
 

Constructors in org.apache.poi.sl.draw with parameters of type FreeformShape
DrawFreeformShape(FreeformShape<?,?> shape)
           
 

Uses of FreeformShape in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return FreeformShape
 FreeformShape<S,P> ShapeContainer.createFreeform()
          create a new shape with a custom geometry
 

Uses of FreeformShape in org.apache.poi.xslf.usermodel
 

Classes in org.apache.poi.xslf.usermodel that implement FreeformShape
 class XSLFFreeformShape
          Represents a custom geometric shape.
 



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