Uses of Interface
org.apache.poi.sl.usermodel.ObjectShape
-
Packages that use ObjectShape Package Description org.apache.poi.sl.extractor org.apache.poi.sl.usermodel -
-
Uses of ObjectShape in org.apache.poi.sl.extractor
Methods in org.apache.poi.sl.extractor that return types with arguments of type ObjectShape Modifier and Type Method Description List<? extends ObjectShape<S,P>>
SlideShowExtractor. getOLEShapes()
-
Uses of ObjectShape in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return ObjectShape Modifier and Type Method Description ObjectShape<?,?>
ShapeContainer. createOleShape(PictureData pictureData)
Create a new OLE object shape with the given pictureData as preview image
-