diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/presentation/DrawPage.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/presentation/DrawPage.idl b/offapi/com/sun/star/presentation/DrawPage.idl index 59dd8f3d3061..2abde0f3906d 100644 --- a/offapi/com/sun/star/presentation/DrawPage.idl +++ b/offapi/com/sun/star/presentation/DrawPage.idl @@ -62,6 +62,11 @@ published service DrawPage */ [property] long Duration; + /** If the property <member scope="com::sun::star::drawing">DrawPage::Change</member> is set to 1, + this is the time in seconds this page is shown before switching + to the next page, also permitting sub-second precision here. + */ + [optional, property] double HighResDuration; /** This is the effect that is used to fade in this page. */ @@ -136,6 +141,7 @@ published service DrawPage this page. This is only used if <code>IsDateTimeFixed</code> is <false/>. */ [optional, property] long DateTimeFormat; + }; |