Uses of Class
org.apache.poi.hslf.usermodel.HSLFObjectShape
-
Packages that use HSLFObjectShape Package Description org.apache.poi.hslf.extractor org.apache.poi.hslf.usermodel -
-
Uses of HSLFObjectShape in org.apache.poi.hslf.extractor
Methods in org.apache.poi.hslf.extractor that return types with arguments of type HSLFObjectShape Modifier and Type Method Description java.util.List<HSLFObjectShape>
PowerPointExtractor. getOLEShapes()
Deprecated. -
Uses of HSLFObjectShape in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return HSLFObjectShape Modifier and Type Method Description HSLFObjectShape
HSLFGroupShape. createOleShape(PictureData pictureData)
HSLFObjectShape
HSLFShapeContainer. createOleShape(PictureData pictureData)
HSLFObjectShape
HSLFSheet. createOleShape(PictureData pictureData)
-