Uses of Interface
org.apache.poi.ss.usermodel.ObjectData

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

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

Classes in org.apache.poi.hssf.usermodel that implement ObjectData
 class HSSFObjectData
          Represents binary object (i.e.
 

Uses of ObjectData in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return ObjectData
 ObjectData Drawing.createObjectData(ClientAnchor anchor, int storageId, int pictureIndex)
          Adds a new OLE Package Shape
 

Uses of ObjectData in org.apache.poi.xssf.streaming
 

Methods in org.apache.poi.xssf.streaming that return ObjectData
 ObjectData SXSSFDrawing.createObjectData(ClientAnchor anchor, int storageId, int pictureIndex)
           
 

Uses of ObjectData in org.apache.poi.xssf.usermodel
 

Classes in org.apache.poi.xssf.usermodel that implement ObjectData
 class XSSFObjectData
          Represents binary object (i.e.
 



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