Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
com.qoppa.pdfNotes.settings |
Classes used to configure a number of settings for jPDFNotes.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoundTool.setDefaultProperties(Sound sound)
This is a convenience method to set the Sound properties to the SoundTool
default properties.
|