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 HSLFObjectShapeHSLFGroupShape. createOleShape(PictureData pictureData)HSLFObjectShapeHSLFShapeContainer. createOleShape(PictureData pictureData)HSLFObjectShapeHSLFSheet. createOleShape(PictureData pictureData)
-