LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
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
30published 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
80
81 [optional, property] boolean IsHeaderVisible;
82
83
87 [optional, property] string HeaderText;
88
89
93
94 [optional, property] boolean IsFooterVisible;
95
96
100 [optional, property] string FooterText;
101
102
106
107 [optional, property] boolean IsPageNumberVisible;
108
109
113
114 [optional, property] boolean IsDateTimeVisible;
115
116
120
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: */
AnimationSpeed
specifies the speed values of animation/fade effects.
Definition AnimationSpeed.idl:28
FadeEffect
specifies the fade effects to fade one page into another.
Definition FadeEffect.idl:28
Definition Ambiguous.idl:20
This service is implemented by objects inside a document object model that can be the target of a lin...
Definition LinkTarget.idl:29
This service specifies a page for the actual draw pages to contain the drawings.
Definition DrawPage.idl:30
string FooterText
defines the text that is displayed in a footer textfield rendered on this page.
Definition DrawPage.idl:100
service com::sun::star::drawing::DrawPage
Definition DrawPage.idl:32
boolean IsHeaderVisible
defines if a header presentation shape from the master page is visible on this page.
Definition DrawPage.idl:81
string DateTimeText
defines the text that is displayed in a date and time textfield rendered on this page.
Definition DrawPage.idl:127
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:87
com::sun::star::presentation::AnimationSpeed Speed
Defines the speed of the fade-in effect of this page.
Definition DrawPage.idl:75
double TransitionDuration
Specifies slide transition time in seconds.
Definition DrawPage.idl:139
long DateTimeFormat
defines the format that is used to format a date and time text field on this page.
Definition DrawPage.idl:133
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 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
short Layout
If this property is not ZERO, this number specifies a presentation layout for this page.
Definition DrawPage.idl:69
boolean IsFooterVisible
defines if a footer presentation shape from the master page is visible on this page.
Definition DrawPage.idl:94
boolean IsDateTimeVisible
defines if a date and time presentation shape from the master page is visible on this page.
Definition DrawPage.idl:114
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
boolean IsPageNumberVisible
defines if a page number presentation shape from the master page is visible on this page.
Definition DrawPage.idl:107
com::sun::star::presentation::FadeEffect Effect
This is the effect that is used to fade in this page.
Definition DrawPage.idl:63