Uses of Interface
org.apache.poi.sl.usermodel.ObjectShape
-
Packages that use ObjectShape Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.extractor org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of ObjectShape in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement ObjectShape Modifier and Type Class Description class
HSLFObjectShape
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 ObjectShape Modifier and Type Method Description java.util.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 -
Uses of ObjectShape in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement ObjectShape Modifier and Type Class Description class
XSLFObjectShape
-