LibreOffice
LibreOffice 7.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#ifndef __com_sun_star_presentation_DrawPage_idl__
20#define __com_sun_star_presentation_DrawPage_idl__
21
23
25
27
29
30
31
32 module com { module sun { module star { module presentation {
33
34
40published service DrawPage
41{
43
47
48
56 [property] long Change;
57
58
63 [property] long Duration;
64
69 [optional, property] double HighResDuration;
70
74
75
79 [property] short Layout;
80
81
86
91 [optional, property] boolean IsHeaderVisible;
92
93
97 [optional, property] string HeaderText;
98
99
104 [optional, property] boolean IsFooterVisible;
105
106
110 [optional, property] string FooterText;
111
112
117 [optional, property] boolean IsPageNumberVisible;
118
119
124 [optional, property] boolean IsDateTimeVisible;
125
126
131 [optional, property] boolean IsDateTimeFixed;
132
133
137 [optional, property] string DateTimeText;
138
139
143 [optional, property] long DateTimeFormat;
144
149 [property, optional] double TransitionDuration;
150};
151
152
153}; }; }; };
154
155#endif
156
157/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
AnimationSpeed
specifies the speed values of animation/fade effects.
Definition: AnimationSpeed.idl:30
FadeEffect
specifies the fade effects to fade one page into another.
Definition: FadeEffect.idl:30
Definition: Accessible.idl:22
This service is implemented by objects inside a document object model that can be the target of a lin...
Definition: LinkTarget.idl:35
This service specifies a page for the actual draw pages to contain the drawings.
Definition: DrawPage.idl:37
This is the service provided by a com::sun::star::drawing::DrawPage inside a PresentationDocument.
Definition: DrawPage.idl:41
string FooterText
defines the text that is displayed in a footer textfield rendered on this page.
Definition: DrawPage.idl:110
boolean IsHeaderVisible
defines if a header presentation shape from the master page is visible on this page.
Definition: DrawPage.idl:91
string DateTimeText
defines the text that is displayed in a date and time textfield rendered on this page.
Definition: DrawPage.idl:137
long Change
specifies how the page change is triggered.
Definition: DrawPage.idl:46
string HeaderText
defines the text that is displayed in a header textfield rendered on this page.
Definition: DrawPage.idl:97
com::sun::star::presentation::AnimationSpeed Speed
Defines the speed of the fade-in effect of this page.
Definition: DrawPage.idl:85
double TransitionDuration
Specifies slide transition time in seconds.
Definition: DrawPage.idl:149
long DateTimeFormat
defines the format that is used to format a date and time text field on this page.
Definition: DrawPage.idl:143
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:131
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:63
short Layout
If this property is not ZERO, this number specifies a presentation layout for this page.
Definition: DrawPage.idl:79
boolean IsFooterVisible
defines if a footer presentation shape from the master page is visible on this page.
Definition: DrawPage.idl:104
boolean IsDateTimeVisible
defines if a date and time presentation shape from the master page is visible on this page.
Definition: DrawPage.idl:124
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:69
boolean IsPageNumberVisible
defines if a page number presentation shape from the master page is visible on this page.
Definition: DrawPage.idl:117
com::sun::star::presentation::FadeEffect Effect
This is the effect that is used to fade in this page.
Definition: DrawPage.idl:73