|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.usermodel.ObjectData
public class ObjectData
A class that represents object data embedded in a slide show.
Constructor Summary | |
---|---|
ObjectData(ExOleObjStg storage)
Creates the object data wrapping the record that contains the object data. |
Method Summary | |
---|---|
java.io.InputStream |
getData()
Gets an input stream which returns the binary of the embedded data. |
ExOleObjStg |
getExOleObjStg()
Return the record that contains the object data. |
void |
setData(byte[] data)
Sets the embedded data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectData(ExOleObjStg storage)
storage
- the record that contains the object data.Method Detail |
---|
public java.io.InputStream getData()
public void setData(byte[] data) throws java.io.IOException
data
- the embedded data.
java.io.IOException
public ExOleObjStg getExOleObjStg()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |