Uses of Interface
org.apache.poi.sl.usermodel.ObjectShape
Packages that use ObjectShape
Package
Description
-
Uses of ObjectShape in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement ObjectShapeModifier and TypeClassDescriptionfinal class
A shape representing embedded OLE object. -
Uses of ObjectShape in org.apache.poi.sl.extractor
Methods in org.apache.poi.sl.extractor that return types with arguments of type ObjectShapeModifier and TypeMethodDescriptionList<? extends ObjectShape<S,
P>> SlideShowExtractor.getOLEShapes()
-
Uses of ObjectShape in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return ObjectShapeModifier and TypeMethodDescriptionObjectShape<?,
?> ShapeContainer.createOleShape
(PictureData pictureData) Create a new OLE object shape with the given pictureData as preview image -
Uses of ObjectShape in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement ObjectShape