Uses of Class
org.apache.poi.hssf.usermodel.HSSFObjectData

Packages that use HSSFObjectData
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

Uses of HSSFObjectData in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return HSSFObjectData
 HSSFObjectData HSSFPatriarch.createObjectData(HSSFClientAnchor anchor, int storageId, int pictureIndex)
          Adds a new OLE Package Shape
 

Methods in org.apache.poi.hssf.usermodel that return types with arguments of type HSSFObjectData
 java.util.List<HSSFObjectData> HSSFWorkbook.getAllEmbeddedObjects()
          Gets all embedded OLE2 objects from the Workbook.
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.