|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFSound | |
---|---|
org.faceless.pdf2 | Contains the classes used to create a PDF document |
Uses of PDFSound in org.faceless.pdf2 |
---|
Methods in org.faceless.pdf2 that return PDFSound | |
---|---|
PDFSound |
PDFAction.getSound()
For "Sound" actions, return the PDFSound object this action refers to. |
PDFSound |
AnnotationSound.getSound()
Return the PDFSound from this annotation |
Methods in org.faceless.pdf2 with parameters of type PDFSound | |
---|---|
static PDFAction |
PDFAction.playSound(PDFSound s)
Return a new PDFAction which plays a PDFSound when activated. |
static PDFAction |
PDFAction.playSound(PDFSound sound,
int volume,
boolean repeat,
boolean mix)
Return a new PDFAction which plays a PDFSound when activated. |
void |
AnnotationSound.setSound(PDFSound sound)
Set the contents of this annotation to the specified sound. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |