LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ViewSettings.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_ViewSettings_idl__
20 #define __com_sun_star_text_ViewSettings_idl__
21 
25 
26 module com { module sun { module star { module text {
27 
30 published service ViewSettings
31 {
33 
36  [property] boolean ShowAnnotations;
37 
40  [property] boolean ShowBreaks;
41 
44  [property] boolean ShowDrawings;
45 
49  [property] boolean ShowFieldCommands;
50 
53  [property] boolean ShowFootnoteBackground;
54 
57  [property] boolean ShowGraphics;
58 
61  [property] boolean ShowHiddenParagraphs;
62 
65  [property] boolean ShowHiddenText;
66 
69  [property] boolean ShowRulers;
70 
74  [property] boolean ShowHoriRuler;
75 
79  [property] boolean ShowHoriScrollBar;
80 
83  [property] boolean ShowIndexMarkBackground;
84 
87  [property] boolean ShowParaBreaks;
88 
92  [property] boolean ShowProtectedSpaces;
93 
96  [property] boolean ShowSoftHyphens;
97 
100  [property] boolean ShowSpaces;
101 
104  [property] boolean ShowTableBoundaries;
105 
108  [property] boolean ShowTables;
109 
112  [property] boolean ShowTabstops;
113 
116  [property] boolean ShowTextBoundaries;
117 
120  [property] boolean ShowTextFieldBackground;
121 
124  [property] boolean ShowVertRuler;
125 
128  [property] boolean ShowVertScrollBar;
129 
132  [property] boolean SmoothScrolling;
133 
137  [property] boolean IsVertRulerRightAligned;
138 
142  [property] boolean ShowOnlineLayout;
143 
148  [property] short ZoomType;
149 
154  [property] short ZoomValue;
158  [optional, property] boolean IsExecuteHyperlinks;
159 
164  [optional, property] boolean IsRasterVisible;
165 
171  [optional, property] boolean IsSnapToRaster;
172 
182  [optional, property] long RasterSubdivisionX;
183 
193  [optional, property] long RasterSubdivisionY;
194 
205  [optional, property] long RasterResolutionX;
206 
217  [optional, property] long RasterResolutionY;
218 
223  [optional, property] boolean ShowHiddenCharacters;
231  [optional, property] boolean ShowNonprintingCharacters;
232 
239  [optional, property] long HorizontalRulerMetric;
240 
247  [optional, property] long VerticalRulerMetric;
248 
254  [optional, property] boolean ShowContentTips;
255 
261  [optional, property] boolean ShowScrollBarTips;
262 };
263 
264 }; }; }; };
265 
266 #endif
267 
268 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */