LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
GenericDrawPage.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 module com { module sun { module star { module drawing {
22
40published service GenericDrawPage
41{
42
52
57
62
67
73
78
81 [optional, property] long BorderBottom;
82
85 [optional, property] long BorderLeft;
86
89 [optional, property] long BorderRight;
90
93 [optional, property] long BorderTop;
94
97 [optional, property] long Height;
98
101 [optional, property] long Width;
102
105 [optional, readonly, property] short Number;
106
110
111
118
119
124 [readonly, optional, property] boolean IsBackgroundDark;
125
126
133
139 [optional, property] boolean BackgroundFullSize;
140
141};
142
143
144}; }; }; };
145
146/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition generated_idl_chapter_refs.idl:752
provides access to the elements of a collection through an index.
Definition generated_idl_chapter_refs.idl:3903
This is the generic interface for supporting the insertion and removal of named elements.
Definition generated_idl_chapter_refs.idl:3890
specifies the name of the object.
Definition generated_idl_chapter_refs.idl:4524
connects or breaks the lines of Shapes
Definition XShapeBinder.idl:28
specifies the combine/split functionality.
Definition generated_idl_chapter_refs.idl:1470
specifies the group/ungroup functionality.
Definition generated_idl_chapter_refs.idl:1457
makes it possible to access, add, and remove the Shapes in a collection.
Definition XShapes.idl:33
PaperOrientation
specifies the orientation of the paper.
Definition PaperOrientation.idl:28
Definition Ambiguous.idl:20
com::sun::star::container::XIndexAccess NavigationOrder
this index access defines a navigation order for the top level shapes inside this page.
Definition GenericDrawPage.idl:132
long Width
This is the width.
Definition GenericDrawPage.idl:101
long BorderLeft
This is the border at the left.
Definition GenericDrawPage.idl:85
com::sun::star::container::XNameContainer UserDefinedAttributes
this property stores xml attributes.
Definition GenericDrawPage.idl:117
long BorderBottom
This is the border at the bottom.
Definition GenericDrawPage.idl:81
long BorderRight
This is the border at the right.
Definition GenericDrawPage.idl:89
com::sun::star::view::PaperOrientation Orientation
This is the orientation of this page.
Definition GenericDrawPage.idl:109
short Number
This is the number of this page, starting with 1.
Definition GenericDrawPage.idl:105
boolean BackgroundFullSize
does the background cover the full page or only inside the margins?
Definition GenericDrawPage.idl:139
long Height
This is the height.
Definition GenericDrawPage.idl:97
long BorderTop
This is the border at the top.
Definition GenericDrawPage.idl:93
boolean IsBackgroundDark
this property is true if the averaged background filling colors luminance is below an application spe...
Definition GenericDrawPage.idl:124