Uses of Interface
org.apache.poi.sl.usermodel.FreeformShape
-
Packages that use FreeformShape Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description DrawFreeformShape
DrawFactory. getDrawable(FreeformShape<?,?> shape)
Constructors in org.apache.poi.sl.draw with parameters of type FreeformShape Constructor Description DrawFreeformShape(FreeformShape<?,?> shape)
-
Uses of FreeformShape in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return FreeformShape Modifier and Type Method Description 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 Modifier and Type Class Description class
XSLFFreeformShape
Represents a custom geometric shape.
-