LibreOffice
LibreOffice 26.8 SDK API Reference
Loading...
Searching...
No Matches
XSoundReference Interface 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.
boolean Allowed
 True when this sound has been allowed this session.

Detailed Description

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.

Member Data Documentation

◆ Allowed

boolean Allowed
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.

◆ URL

string URL
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.


The documentation for this interface was generated from the following file: