|
LibreOffice
LibreOffice 26.8 SDK API Reference
|
A sound a presentation refers to: the slide-transition sound, an animation sound, or a click-action sound. More...
import"XSoundReference.idl";
Public Attributes | |
| string | URL |
| The source of the sound. More... | |
| boolean | Allowed |
| True when this sound has been allowed this session. More... | |
A sound a presentation refers to: the slide-transition sound, an animation sound, or a click-action sound.
It carries the source URL and the allowed state together as one value. Allowed is runtime state, decided this session and never stored in the document.
|
attributereadonly |
True when this sound has been allowed this session.
A sound inside the document package is always allowed; an external sound is allowed once the user permits it, either for the whole document or for this one sound.
|
attributereadonly |
The source of the sound.
A vnd.sun.star.Package: URL is content inside the document; any other non-empty URL is a link to an external file.