LibreOffice
LibreOffice 7.4 SDK API Reference
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 #ifndef __com_sun_star_drawing_GenericDrawPage_idl__
20 #define __com_sun_star_drawing_GenericDrawPage_idl__
21 
23 
25 
27 
29 
31 
33 
35 
37 
38 
39  module com { module sun { module star { module drawing {
40 
58 published service GenericDrawPage
59 {
60 
70 
75 
80 
85 
90  [optional] interface com::sun::star::container::XNamed;
91 
96 
99  [optional, property] long BorderBottom;
100 
103  [optional, property] long BorderLeft;
104 
107  [optional, property] long BorderRight;
108 
111  [optional, property] long BorderTop;
112 
115  [optional, property] long Height;
116 
119  [optional, property] long Width;
120 
123  [optional, readonly, property] short Number;
124 
128 
129 
136 
137 
142  [readonly, optional, property] boolean IsBackgroundDark;
143 
144 
151 
157  [optional, property] boolean BackgroundFullSize;
158 
159 };
160 
161 
162 }; }; }; };
163 
164 #endif
165 
166 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
provides access to the elements of a collection through an index.
Definition: XIndexAccess.idl:40
This is the generic interface for supporting the insertion and removal of named elements.
Definition: XNameContainer.idl:41
specifies the name of the object.
Definition: XNamed.idl:33
connects or breaks the lines of Shapes
Definition: XShapeBinder.idl:36
specifies the combine/split functionality.
Definition: XShapeCombiner.idl:36
specifies the group/ungroup functionality.
Definition: XShapeGrouper.idl:36
makes it possible to access, add, and remove the Shapes in a collection.
Definition: XShapes.idl:39
PaperOrientation
specifies the orientation of the paper.
Definition: PaperOrientation.idl:30
Definition: Ambiguous.idl:22
This abstract service is implemented by every page of a DrawingDocument.
Definition: GenericDrawPage.idl:59
com::sun::star::container::XIndexAccess NavigationOrder
this index access defines a navigation order for the top level shapes inside this page.
Definition: GenericDrawPage.idl:150
long Width
This is the width.
Definition: GenericDrawPage.idl:119
long BorderLeft
This is the border at the left.
Definition: GenericDrawPage.idl:103
com::sun::star::container::XNameContainer UserDefinedAttributes
this property stores xml attributes.
Definition: GenericDrawPage.idl:135
long BorderBottom
This is the border at the bottom.
Definition: GenericDrawPage.idl:95
long BorderRight
This is the border at the right.
Definition: GenericDrawPage.idl:107
com::sun::star::view::PaperOrientation Orientation
This is the orientation of this page.
Definition: GenericDrawPage.idl:127
short Number
This is the number of this page, starting with 1.
Definition: GenericDrawPage.idl:123
boolean BackgroundFullSize
does the background cover the full page or only inside the margins?
Definition: GenericDrawPage.idl:157
long Height
This is the height.
Definition: GenericDrawPage.idl:115
long BorderTop
This is the border at the top.
Definition: GenericDrawPage.idl:111
boolean IsBackgroundDark
this property is true if the averaged background filling colors luminance is below an application spe...
Definition: GenericDrawPage.idl:142