LibreOffice
LibreOffice 7.4 SDK API Reference
DocumentSettings.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_DocumentSettings_idl__
20 #define __com_sun_star_text_DocumentSettings_idl__
21 
25 
26 
27 module com { module sun { module star { module text {
28 
29 
32 published service DocumentSettings
33 {
35 
37 
41 
42 
47  [optional, property] boolean ChartAutoUpdate;
48 
58  [optional, property] boolean AddParaTableSpacing;
59 
68  [optional, property] boolean AddParaTableSpacingAtStart;
69 
78  [optional, property] boolean AlignTabStopPosition;
79 
88  [optional, property] boolean SaveGlobalDocumentLinks;
96  [optional, property] boolean IsLabelDocument;
115  [optional, property] boolean UseFormerLineSpacing;
131  [optional, property] boolean AddParaSpacingToTableCells;
148  [optional, property] boolean UseFormerObjectPositioning;
149 
164  [optional, property] boolean ConsiderTextWrapOnObjPos;
165 
174  [optional, property] boolean MathBaselineAlignment;
175 };
176 
177 
178 }; }; }; };
179 
180 #endif
181 
182 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
Definition: Ambiguous.idl:22
describes properties that apply to the whole document of any application.
Definition: Settings.idl:41
describes properties that apply to the whole text document.
Definition: DocumentSettings.idl:33
boolean ChartAutoUpdate
specifies if charts in text documents are updated automatically.
Definition: DocumentSettings.idl:40
boolean AlignTabStopPosition
specifies the alignment of tab stops in text documents.
Definition: DocumentSettings.idl:78
boolean SaveGlobalDocumentLinks
specifies if the contents of links in the global document are saved or not.
Definition: DocumentSettings.idl:88
boolean IsLabelDocument
specifies if the document has been created as a label document.
Definition: DocumentSettings.idl:96
boolean UseFormerObjectPositioning
specifies if the former (till OpenOffice.org 1.1) or the new object positioning is applied.
Definition: DocumentSettings.idl:148
boolean UseFormerLineSpacing
specifies if the former (till OpenOffice.org 1.1) or the new line spacing formatting is applied.
Definition: DocumentSettings.idl:115
boolean AddParaTableSpacingAtStart
specifies if top paragraph spacing is applied to paragraphs on the first page of text documents.
Definition: DocumentSettings.idl:68
boolean AddParaSpacingToTableCells
specifies if paragraph and table spacing is added at the bottom of table cells
Definition: DocumentSettings.idl:131
boolean AddParaTableSpacing
specifies if spacing between paragraphs and tables is to be added.
Definition: DocumentSettings.idl:58
boolean ConsiderTextWrapOnObjPos
specifies if the text wrap of floating screen objects are considered in a specified way in the positi...
Definition: DocumentSettings.idl:164
boolean MathBaselineAlignment
specifies if Math objects should automatically vertically aligned to match the baseline of the surrou...
Definition: DocumentSettings.idl:174
These properties describe the printing of the content of a text document.
Definition: PrintSettings.idl:31