public final class HSLFSoundData
extends java.lang.Object
Constructor and Description |
---|
HSLFSoundData(Sound container)
Creates the object data wrapping the record that contains the sound data.
|
Modifier and Type | Method and Description |
---|---|
static HSLFSoundData[] |
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.
|
public HSLFSoundData(Sound container)
container
- the record that contains the sound data.public java.lang.String getSoundName()
public java.lang.String getSoundType()
public byte[] getData()
public static HSLFSoundData[] find(Document document)
document
- the document to find inCopyright 2020 The Apache Software Foundation or its licensors, as applicable.