diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/animations/XAudio.idl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/offapi/com/sun/star/animations/XAudio.idl b/offapi/com/sun/star/animations/XAudio.idl index 00e1deefc4a4..957a842382f0 100644 --- a/offapi/com/sun/star/animations/XAudio.idl +++ b/offapi/com/sun/star/animations/XAudio.idl @@ -32,6 +32,18 @@ interface XAudio : XAnimationNode [attribute] any Source; [attribute] double Volume; + + /** Specifies if the source shape should be hidden during slideshow (defaults to false). + + @since LibreOffice 7.2 + */ + [attribute] boolean HideDuringShow; + + /** Specifies if the source shape is a narration for the slide (defaults to false). + + @since LibreOffice 7.2 + */ + [attribute] boolean Narration; }; |