Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
Modifier and Type | Method and Description |
---|---|
Sound |
IAnnotationFactory.createSound(AudioFormat format,
byte[] content)
Constructs a sound annotation from an AudioFormat object and an
array of bytes containing the audio content.
|
Sound |
IAnnotationFactory.createSound(AudioInputStream audioStream)
Constructs a sound annotation from an AudioInputStream object.
|