|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.usermodel.SoundData
public class SoundData
A class that represents sound data embedded in a slide show.
Constructor Summary | |
---|---|
SoundData(Sound container)
Creates the object data wrapping the record that contains the sound data. |
Method Summary | |
---|---|
static SoundData[] |
find(Document document)
Find all sound records in the supplied Document records |
byte[] |
getData()
Gets an input stream which returns the binary of the sound data. |
java.lang.String |
getSoundName()
Name of the sound (e.g. |
java.lang.String |
getSoundType()
Type of the sound (e.g. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SoundData(Sound container)
container
- the record that contains the sound data.Method Detail |
---|
public java.lang.String getSoundName()
public java.lang.String getSoundType()
public byte[] getData()
public static SoundData[] find(Document document)
document
- the document to find in
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |