LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
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
21module com { module sun { module star { module text {
22
23
26published 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: */
provides information about and access to the properties from an implementation.
Definition generated_idl_chapter_refs.idl:752
Definition Ambiguous.idl:20
describes properties that apply to the whole document of any application.
Definition Settings.idl:36
describes properties that apply to the whole text document.
Definition DocumentSettings.idl:27
boolean ChartAutoUpdate
specifies if charts in text documents are updated automatically.
Definition DocumentSettings.idl:41
boolean AlignTabStopPosition
specifies the alignment of tab stops in text documents.
Definition DocumentSettings.idl:72
boolean SaveGlobalDocumentLinks
specifies if the contents of links in the global document are saved or not.
Definition DocumentSettings.idl:82
boolean IsLabelDocument
specifies if the document has been created as a label document.
Definition DocumentSettings.idl:90
boolean UseFormerObjectPositioning
specifies if the former (till OpenOffice.org 1.1) or the new object positioning is applied.
Definition DocumentSettings.idl:142
boolean UseFormerLineSpacing
specifies if the former (till OpenOffice.org 1.1) or the new line spacing formatting is applied.
Definition DocumentSettings.idl:109
boolean AddParaTableSpacingAtStart
specifies if top paragraph spacing is applied to paragraphs on the first page of text documents.
Definition DocumentSettings.idl:62
boolean AddParaSpacingToTableCells
specifies if paragraph and table spacing is added at the bottom of table cells
Definition DocumentSettings.idl:125
boolean AddParaTableSpacing
specifies if spacing between paragraphs and tables is to be added.
Definition DocumentSettings.idl:52
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 MathBaselineAlignment
specifies if Math objects should automatically vertically aligned to match the baseline of the surrou...
Definition DocumentSettings.idl:168
These properties describe the printing of the content of a text document.
Definition PrintSettings.idl:27