LibreOffice
LibreOffice 4.2 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FormulaProperties.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_formula_FormulaProperties_idl__
20 #define __com_sun_star_formula_FormulaProperties_idl__
21 
22 
23  module com { module sun { module star { module formula {
24 
25 
29 published service FormulaProperties
30 {
31 
35  [property] short Alignment;
36 
43  [property] short BaseFontHeight;
44 
47  [property] string CustomFontNameFixed;
48 
51  [property] boolean FontFixedIsItalic;
52 
55  [property] boolean FontFixedIsBold;
56 
59  [property] string CustomFontNameSans;
60 
63  [property] boolean FontSansIsItalic;
64 
67  [property] boolean FontSansIsBold;
68 
71  [property] string CustomFontNameSerif;
72 
75  [property] boolean FontSerifIsItalic;
76 
79  [property] boolean FontSerifIsBold;
80 
84  [property] string FontNameFunctions;
85 
88  [property] boolean FontFunctionsIsItalic;
89 
92  [property] boolean FontFunctionsIsBold;
93 
97  [property] string FontNameNumbers;
98 
101  [property] boolean FontNumbersIsItalic;
102 
105  [property] boolean FontNumbersIsBold;
106 
110  [property] string FontNameText;
111 
114  [property] boolean FontTextIsItalic;
115 
118  [property] boolean FontTextIsBold;
119 
123  [property] string FontNameVariables;
124 
127  [property] boolean FontVariablesIsItalic;
128 
131  [property] boolean FontVariablesIsBold;
132 
135  [property] string Formula;
136 
140  [property] boolean IsScaleAllBrackets;
141 
144  [property] boolean IsTextMode;
145 
151  [property] short RelativeFontHeightFunctions;
152 
158  [property] short RelativeFontHeightIndices;
159 
165  [property] short RelativeFontHeightLimits;
166 
172  [property] short RelativeFontHeightOperators;
173 
179  [property] short RelativeFontHeightText;
180 
183  [property] short RelativeBracketDistance;
184 
187  [property] short RelativeBracketExcessSize;
188 
192 
196 
200 
204 
207  [property] short RelativeIndexSubscript;
208 
211  [property] short RelativeIndexSuperscript;
212 
215  [property] short RelativeLineSpacing;
216 
219  [property] short RelativeLowerLimitDistance;
220 
223  [property] short RelativeMatrixColumnSpacing;
224 
227  [property] short RelativeMatrixLineSpacing;
228 
231  [property] short RelativeOperatorExcessSize;
232 
235  [property] short RelativeOperatorSpacing;
236 
239  [property] short RelativeRootSpacing;
240 
244 
247  [property] short RelativeSpacing;
248 
251  [property] short RelativeSymbolMinimumHeight;
252 
255  [property] short RelativeSymbolPrimaryHeight;
256 
259  [property] short RelativeUpperLimitDistance;
260 
263  [property] short TopMargin;
264 
267  [property] short BottomMargin;
268 
271  [property] short LeftMargin;
272 
275  [property] short RightMargin;
276 
277 
282  [property, optional] short BaseLine;
283 };
284 
285 
286 }; }; }; };
287 
288 #endif
289 
290 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
short RightMargin
contains the metric value of the right margin of the formula.
Definition: FormulaProperties.idl:275
short Alignment
contains the alignment of the formula.
Definition: FormulaProperties.idl:35
boolean FontSerifIsItalic
determines if the customized serif font is italic.
Definition: FormulaProperties.idl:75
string CustomFontNameFixed
customized name for fixed font.
Definition: FormulaProperties.idl:47
string FontNameNumbers
contains the name of the font that is used to display numbers contained in the formula.
Definition: FormulaProperties.idl:97
boolean FontVariablesIsBold
determines if the font that is used to display variables is bold.
Definition: FormulaProperties.idl:131
short RelativeFractionBarExcessLength
contains the relative excess length of a fraction bar.
Definition: FormulaProperties.idl:191
short LeftMargin
contains the metric value of the left margin of the formula.
Definition: FormulaProperties.idl:271
boolean FontVariablesIsItalic
determines if the font that is used to display variables is italic.
Definition: FormulaProperties.idl:127
short RelativeOperatorSpacing
contains the relative spacing of operators.
Definition: FormulaProperties.idl:235
boolean FontFixedIsBold
determines if the customized fixed font is bold.
Definition: FormulaProperties.idl:55
short RelativeFractionDenominatorDepth
contains the relative depth of the denominator of a fraction
Definition: FormulaProperties.idl:199
boolean FontFunctionsIsBold
determines if the font that is used to display functions is bold.
Definition: FormulaProperties.idl:92
short RelativeIndexSubscript
contains the relative superscript of indices.
Definition: FormulaProperties.idl:207
short RelativeBracketDistance
contains the relative distance of brackets.
Definition: FormulaProperties.idl:183
boolean FontFixedIsItalic
determines if the customized fixed font is italic.
Definition: FormulaProperties.idl:51
string CustomFontNameSans
customized name for sans serif font
Definition: FormulaProperties.idl:59
short RelativeFractionNumeratorHeight
contains the relative height of the numerator of a fraction.
Definition: FormulaProperties.idl:203
boolean FontNumbersIsBold
determines if the font that is used to display numbers is bold.
Definition: FormulaProperties.idl:105
string FontNameFunctions
contains the name of the font that is used to display functions contained in the formula.
Definition: FormulaProperties.idl:84
short BaseFontHeight
contains the base font height in point the formula will be formatted in.
Definition: FormulaProperties.idl:43
short RelativeMatrixColumnSpacing
contains the relative column spacing of matrices.
Definition: FormulaProperties.idl:223
short RelativeRootSpacing
contains the relative root spacing
Definition: FormulaProperties.idl:239
short BaseLine
contains the baselines offset in respect to the top of the formula rectangle
Definition: FormulaProperties.idl:282
string FontNameVariables
contains the name of the font that is used to display variables contained in the formula.
Definition: FormulaProperties.idl:123
short RelativeFontHeightText
contains the relative height of the font for text.
Definition: FormulaProperties.idl:179
short RelativeFontHeightIndices
contains the relative height of the font for indices.
Definition: FormulaProperties.idl:158
short TopMargin
contains the metric value of the top margin of the formula.
Definition: FormulaProperties.idl:263
boolean FontTextIsBold
determines if the font that is used to display text is bold.
Definition: FormulaProperties.idl:118
boolean FontFunctionsIsItalic
determines if the font that is used to display functions is italic.
Definition: FormulaProperties.idl:88
boolean FontSansIsBold
determines if the customized sans serif font is bold.
Definition: FormulaProperties.idl:67
short RelativeLowerLimitDistance
contains the relative distance of lower limits.
Definition: FormulaProperties.idl:219
short RelativeScaleBracketExcessSize
contains the relative scaling of the bracket excess.
Definition: FormulaProperties.idl:243
short RelativeMatrixLineSpacing
contains the relative line spacing of matrices.
Definition: FormulaProperties.idl:227
boolean FontNumbersIsItalic
determines if the font that is used to display numbers is italic.
Definition: FormulaProperties.idl:101
string Formula
contains the command string of the formula
Definition: FormulaProperties.idl:135
short RelativeIndexSuperscript
contains the relative subscript of indices.
Definition: FormulaProperties.idl:211
short RelativeSpacing
contains the relative spacing.
Definition: FormulaProperties.idl:247
boolean FontSansIsItalic
determines if the customized sans serif font is italic.
Definition: FormulaProperties.idl:63
short BottomMargin
contains the metric value of the bottom margin of the formula.
Definition: FormulaProperties.idl:267
short RelativeBracketExcessSize
contains the relative excess size of brackets.
Definition: FormulaProperties.idl:187
boolean FontSerifIsBold
determines if the customized serif font is bold.
Definition: FormulaProperties.idl:79
short RelativeSymbolMinimumHeight
contains the relative minimum height of the formula.
Definition: FormulaProperties.idl:251
string FontNameText
contains the name of the font that is used to display text contained in the formula.
Definition: FormulaProperties.idl:110
short RelativeLineSpacing
contains the relative line spacing.
Definition: FormulaProperties.idl:215
boolean IsScaleAllBrackets
decides if all brackets (even those without "left"/"right" modifier) are scaled.
Definition: FormulaProperties.idl:140
string CustomFontNameSerif
customized name for serif font
Definition: FormulaProperties.idl:71
boolean IsTextMode
switches into text mode.
Definition: FormulaProperties.idl:144
short RelativeFontHeightFunctions
contains the relative height of the font for functions.
Definition: FormulaProperties.idl:151
short RelativeOperatorExcessSize
contains the relative excess of operators.
Definition: FormulaProperties.idl:231
short RelativeSymbolPrimaryHeight
contains the relative primary height of symbols.
Definition: FormulaProperties.idl:255
short RelativeFontHeightOperators
contains the relative height of the font for operators.
Definition: FormulaProperties.idl:172
The formula properties provide access to the properties of a formula in a formula generator...
Definition: FormulaProperties.idl:29
short RelativeFractionBarLineWeight
contains the relative line weight of a fraction bar.
Definition: FormulaProperties.idl:195
short RelativeUpperLimitDistance
contains the relative distance of upper limits
Definition: FormulaProperties.idl:259
boolean FontTextIsItalic
determines if the font that is used to display text is italic.
Definition: FormulaProperties.idl:114
short RelativeFontHeightLimits
contains the relative height of the font for limits.
Definition: FormulaProperties.idl:165