tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / offapi / com / sun / star / style / CharacterPropertiesAsian.idl
blob5d532582f6961f3c9aaee6d5c60e3c948a5a10d8
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 .
22 module com { module sun { module star { module style {
24 /** This is a set of properties to describe the style of characters in Asian texts.
26 published service CharacterPropertiesAsian
28 /** This value contains the height of the characters in point.
30 [property] float CharHeightAsian;
31 /** This property contains the value of the font weight.@see com::sun::star::awt::FontWeight
33 [property] float CharWeightAsian;
34 /** This property specifies the name of the font style.
35 <p>It may contain more than one name separated by comma.</p>
37 [property] string CharFontNameAsian;
38 /** This property contains the name of the font style.
39 <p>This property may be empty.</p>
41 [property] string CharFontStyleNameAsian;
42 /** This property contains font family as specified in
43 com.sun.star.awt.FontFamily .
45 [property] short CharFontFamilyAsian;
46 /** This property contains the text encoding of the font as specified in
47 com.sun.star.awt.CharSet.
49 [property] short CharFontCharSetAsian;
50 /** This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
52 [property] short CharFontPitchAsian;
53 /** This property contains the value of the posture of the document.@see com::sun::star::awt::FontSlant
55 [property] com::sun::star::awt::FontSlant CharPostureAsian;
57 /** contains the value of the locale.
59 [property] com::sun::star::lang::Locale CharLocaleAsian;
61 }; }; }; };
63 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */