LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ParagraphProperties.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_style_ParagraphProperties_idl__
20 #define __com_sun_star_style_ParagraphProperties_idl__
21 
34 
35 
36  module com { module sun { module star { module style {
37 
38 
41 published service ParagraphProperties
42 {
43 
47 
48 
52 
53 
57 
58 
62  [optional, property] boolean ParaBackTransparent;
63 
64 
67  [optional, property] string ParaBackGraphicURL;
68 
69 
72  [optional, property] string ParaBackGraphicFilter;
73 
74 
80 
81 
86  [property] short ParaLastLineAdjust;
87 
88 
94  [optional, property] boolean ParaExpandSingleWord;
95 
96 
99  [property] long ParaLeftMargin;
100 
101 
104  [property] long ParaRightMargin;
105 
106 
116  [property] long ParaTopMargin;
117 
118 
130  [property] long ParaBottomMargin;
131 
139  [optional, property] boolean ParaContextMargin;
140 
149  [optional, property] sequence<com::sun::star::beans::PropertyValue> ParaInteropGrabBag;
150 
154  [optional, property] boolean ParaLineNumberCount;
155 
156 
159  [optional, property] long ParaLineNumberStartValue;
160 
161 
166  [optional, property] string PageDescName;
167 
168 
171  [optional, property] short PageNumberOffset;
172 
173 
182  [optional, property] boolean ParaRegisterModeActive;
183 
184 
188  [optional, property] sequence<com::sun::star::style::TabStop> ParaTabStops;
189 
190 
193  [optional, property] string ParaStyleName;
194 
195 
198  [optional, property, maybevoid, readonly] string PageStyleName;
199 
200 
206 
207 
211  [optional, property] boolean DropCapWholeWord;
212 
213 
221  [optional, property] boolean ParaKeepTogether;
222 
223 
227  [optional, property] boolean ParaSplit;
228 
229 
232  [optional, property] short NumberingLevel;
233 
237 
238 
241  [optional, property] short NumberingStartValue;
242 
245  [optional, property] boolean ParaIsNumberingRestart;
246 
253  [optional, property] string NumberingStyleName;
254 
259  [optional, property] byte ParaOrphans;
260 
265  [optional, property] byte ParaWidows;
273 
277 
281 
285 
288  [property, optional] long BorderDistance;
289 
292  [property, optional] long LeftBorderDistance;
293 
296  [property, optional] long RightBorderDistance;
297 
300  [property, optional] long TopBorderDistance;
301 
304  [property, optional] long BottomBorderDistance;
305 
310 
313  [optional, property] string DropCapCharStyleName;
314 
317  [optional, property] long ParaFirstLineIndent;
318 
321  [optional, property] boolean ParaIsAutoFirstLineIndent;
322 
325  [property] boolean ParaIsHyphenation;
326 
329  [optional, property] short ParaHyphenationMaxHyphens;
330 
334  [optional, property] short ParaHyphenationMaxLeadingChars;
335 
339  [optional, property] short ParaHyphenationMaxTrailingChars;
340 
345  [optional, property] short ParaVertAlignment;
346 
353 
361  [optional, property, maybevoid] boolean NumberingIsNumber;
362 
367  [optional, property, maybevoid] boolean ParaIsConnectBorder;
368 
372  [optional, property] string ListId;
373 
381  [optional, property] short OutlineLevel;
382 };
383 
384 
385 }; }; }; };
386 
387 #endif
388 
389 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */