LibreOffice
LibreOffice 24.2 SDK API Reference
DrawPage.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 
20 
21 
22  module com { module sun { module star { module presentation {
23 
24 
30 published service DrawPage
31 {
33 
37 
38 
46  [property] long Change;
47 
48 
53  [property] long Duration;
54 
59  [optional, property] double HighResDuration;
60 
64 
65 
69  [property] short Layout;
70 
71 
76 
81  [optional, property] boolean IsHeaderVisible;
82 
83 
87  [optional, property] string HeaderText;
88 
89 
94  [optional, property] boolean IsFooterVisible;
95 
96 
100  [optional, property] string FooterText;
101 
102 
107  [optional, property] boolean IsPageNumberVisible;
108 
109 
114  [optional, property] boolean IsDateTimeVisible;
115 
116 
121  [optional, property] boolean IsDateTimeFixed;
122 
123 
127  [optional, property] string DateTimeText;
128 
129 
133  [optional, property] long DateTimeFormat;
134 
139  [property, optional] double TransitionDuration;
140 };
141 
142 
143 }; }; }; };
144 
145 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: Ambiguous.idl:20
string FooterText
defines the text that is displayed in a footer textfield rendered on this page.
Definition: DrawPage.idl:100
FadeEffect
specifies the fade effects to fade one page into another.
Definition: FadeEffect.idl:27
boolean IsDateTimeFixed
defines if a date and time text field shows a fixed string value or the current date on this page...
Definition: DrawPage.idl:121
long DateTimeFormat
defines the format that is used to format a date and time text field on this page.
Definition: DrawPage.idl:133
long Duration
If the property com::sun::star::drawing::DrawPage::Change is set to 1, this is the time in seconds th...
Definition: DrawPage.idl:53
boolean IsHeaderVisible
defines if a header presentation shape from the master page is visible on this page.
Definition: DrawPage.idl:81
double TransitionDuration
Specifies slide transition time in seconds.
Definition: DrawPage.idl:139
boolean IsDateTimeVisible
defines if a date and time presentation shape from the master page is visible on this page...
Definition: DrawPage.idl:114
boolean IsPageNumberVisible
defines if a page number presentation shape from the master page is visible on this page...
Definition: DrawPage.idl:107
This service specifies a page for the actual draw pages to contain the drawings.
Definition: DrawPage.idl:29
com::sun::star::presentation::FadeEffect Effect
This is the effect that is used to fade in this page.
Definition: DrawPage.idl:63
string HeaderText
defines the text that is displayed in a header textfield rendered on this page.
Definition: DrawPage.idl:87
com::sun::star::presentation::AnimationSpeed Speed
Defines the speed of the fade-in effect of this page.
Definition: DrawPage.idl:75
AnimationSpeed
specifies the speed values of animation/fade effects.
Definition: AnimationSpeed.idl:27
This is the service provided by a com::sun::star::drawing::DrawPage inside a PresentationDocument.
Definition: DrawPage.idl:30
This service is implemented by objects inside a document object model that can be the target of a lin...
Definition: LinkTarget.idl:28
string DateTimeText
defines the text that is displayed in a date and time textfield rendered on this page.
Definition: DrawPage.idl:127
boolean IsFooterVisible
defines if a footer presentation shape from the master page is visible on this page.
Definition: DrawPage.idl:94
short Layout
If this property is not ZERO, this number specifies a presentation layout for this page...
Definition: DrawPage.idl:69
double HighResDuration
If the property com::sun::star::drawing::DrawPage::Change is set to 1, this is the time in seconds th...
Definition: DrawPage.idl:59