| |
|
| java.lang.Object org.apache.poi.hslf.usermodel.ObjectData
ObjectData | public class ObjectData (Code) | | A class that represents object data embedded in a slide show.
author: Daniel Noll |
Constructor Summary | |
public | ObjectData(ExOleObjStg storage) Creates the object data wrapping the record that contains the object data. |
Method Summary | |
public InputStream | getData() Gets an input stream which returns the binary of the embedded data. |
ObjectData | public ObjectData(ExOleObjStg storage)(Code) | | Creates the object data wrapping the record that contains the object data.
Parameters: storage - the record that contains the object data. |
getData | public InputStream getData()(Code) | | Gets an input stream which returns the binary of the embedded data.
the input stream which will contain the binary of the embedded data. |
|
|
|