LibreOffice
LibreOffice 24.2 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 
20 
21 module com { module sun { module star { module text {
22 
23 
26 published service DocumentSettings
27 {
29 
31 
35 
36 
41  [optional, property] boolean ChartAutoUpdate;
42 
52  [optional, property] boolean AddParaTableSpacing;
53 
62  [optional, property] boolean AddParaTableSpacingAtStart;
63 
72  [optional, property] boolean AlignTabStopPosition;
73 
82  [optional, property] boolean SaveGlobalDocumentLinks;
90  [optional, property] boolean IsLabelDocument;
109  [optional, property] boolean UseFormerLineSpacing;
125  [optional, property] boolean AddParaSpacingToTableCells;
142  [optional, property] boolean UseFormerObjectPositioning;
143 
158  [optional, property] boolean ConsiderTextWrapOnObjPos;
159 
168  [optional, property] boolean MathBaselineAlignment;
169 };
170 
171 
172 }; }; }; };
173 
174 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
These properties describe the printing of the content of a text document.
Definition: PrintSettings.idl:26
boolean IsLabelDocument
specifies if the document has been created as a label document.
Definition: DocumentSettings.idl:90
boolean AddParaTableSpacing
specifies if spacing between paragraphs and tables is to be added.
Definition: DocumentSettings.idl:52
Definition: Ambiguous.idl:20
boolean MathBaselineAlignment
specifies if Math objects should automatically vertically aligned to match the baseline of the surrou...
Definition: DocumentSettings.idl:168
describes properties that apply to the whole text document.
Definition: DocumentSettings.idl:26
boolean UseFormerLineSpacing
specifies if the former (till OpenOffice.org 1.1) or the new line spacing formatting is applied...
Definition: DocumentSettings.idl:109
boolean ConsiderTextWrapOnObjPos
specifies if the text wrap of floating screen objects are considered in a specified way in the positi...
Definition: DocumentSettings.idl:158
boolean UseFormerObjectPositioning
specifies if the former (till OpenOffice.org 1.1) or the new object positioning is applied...
Definition: DocumentSettings.idl:142
boolean AddParaTableSpacingAtStart
specifies if top paragraph spacing is applied to paragraphs on the first page of text documents...
Definition: DocumentSettings.idl:62
describes properties that apply to the whole document of any application.
Definition: Settings.idl:35
boolean AlignTabStopPosition
specifies the alignment of tab stops in text documents.
Definition: DocumentSettings.idl:72
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:45
boolean AddParaSpacingToTableCells
specifies if paragraph and table spacing is added at the bottom of table cells
Definition: DocumentSettings.idl:125
boolean SaveGlobalDocumentLinks
specifies if the contents of links in the global document are saved or not.
Definition: DocumentSettings.idl:82