tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / offapi / com / sun / star / style / CharacterStyle.idl
blob1989c9d791fa2f7bf902be5702371c7f1968a3f3
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
21 module com { module sun { module star { module style {
24 /** specifies a style sheet for characters within a
25 com::sun::star::text::Text.
27 published service CharacterStyle
29 /// specifies administrative properties.
30 service Style;
32 /// specifies the style properties.
33 service CharacterProperties;
34 /** This value contains the character height as difference in point to the height of
35 the character in the parent style.
37 [property] float CharDiffHeight;
38 /** This value contains the character height as percentage value relative to the height of
39 the character in the parent style.
41 [property] short CharPropHeight;
42 /** This value contains the character height as difference in point to the height of
43 the character in the parent style in Asian text.
45 [property] float CharDiffHeightAsian;
46 /** This value contains the character height as percentage value relative to the height of
47 the character in the parent style in Asian text.
49 [property] short CharPropHeightAsian;
50 /** This value contains the character height as difference in point to the height of
51 the character in the parent style in complex text.
53 [property] float CharDiffHeightComplex;
54 /** This value contains the character height as percentage value relative to the height of
55 the character in the parent style in complex text.
57 [property] short CharPropHeightComplex;
61 }; }; }; };
63 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */