LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
BaseFrameProperties.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_text_BaseFrameProperties_idl__
20 #define __com_sun_star_text_BaseFrameProperties_idl__
21 
32 #include <com/sun/star/drawing/TextVerticalAdjust.hpp>
33 
34 
35  module com { module sun { module star { module text {
36 
37 
41 published service BaseFrameProperties
42 {
47 
53  [property] short AnchorPageNo;
64  [property] string BackGraphicURL;
65 
68  [property] string BackGraphicFilter;
69 
73 
79 
85 
91 
97 
100  [property] long BorderDistance;
101 
104  [property] long LeftBorderDistance;
105 
108  [property] long RightBorderDistance;
109 
112  [property] long TopBorderDistance;
113 
116  [property] long BottomBorderDistance;
117 
120  [property] boolean BackTransparent;
121 
122 
125  [property] boolean ContentProtected;
128  [property] long LeftMargin;
129 
132  [property] long RightMargin;
133 
134 
137  [property] long TopMargin;
138 
141  [property] long BottomMargin;
142 
146  [property] long Height;
147 
151  [property] long Width;
155  [property] short RelativeHeight;
156 
160  [property] short RelativeWidth;
163  [property] boolean IsSyncWidthToHeight;
166  [property] boolean IsSyncHeightToWidth;
171  [property] short HoriOrient;
175  [property] long HoriOrientPosition;
176 
182  [property] short HoriOrientRelation;
183 
188  [property] short VertOrient;
189 
195  [property] long VertOrientPosition;
196 
197 
202  [property] short VertOrientRelation;
203 
206  [property] string HyperLinkURL;
207 
210  [property] string HyperLinkTarget;
211 
214  [property] string HyperLinkName;
215 
218  [property] boolean Opaque;
219 
222  [property] boolean PageToggle;
223 
226  [property] boolean PositionProtected;
227 
230  [property] boolean Print;
231 
235 
238  [property] boolean ServerMap;
239 
246 
249  [property] boolean SizeProtected;
255 
259  [property] boolean SurroundAnchorOnly;
260 
270  [optional, property] short WrapInfluenceOnPosition;
271 
281  [optional, property, maybevoid] com::sun::star::awt::Size LayoutSize;
282 
290  [optional, property] string Title;
291 
300  [optional, property] string Description;
319  [optional, property] string FillGradientName;
320 
328  [optional, property] short ShadowTransparence;
329 
338  [optional, property] sequence<com::sun::star::beans::PropertyValue> FrameInteropGrabBag;
339 
346  [optional, property] short RelativeHeightRelation;
347 
354  [optional, property] short RelativeWidthRelation;
355 };
356 
357 
358 }; }; }; };
359 
360 #endif
361 
362 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */