LibreOffice
LibreOffice 7.6 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
com
sun
star
formula
SymbolDescriptor.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 formula {
22
30
published
struct
SymbolDescriptor
31
{
34
string
sName
;
35
38
string
sExportName
;
39
42
string
sSymbolSet
;
43
46
long
nCharacter
;
47
50
string
sFontName
;
51
56
short
nCharSet
;
57
62
short
nFamily
;
63
68
short
nPitch
;
69
87
short
nWeight
;
88
98
short
nItalic
;
99
};
100
}; }; }; };
101
102
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::formula::SymbolDescriptor::nWeight
short nWeight
Specifies the thickness of the line.
Definition:
SymbolDescriptor.idl:87
com::sun::star::formula::SymbolDescriptor::nItalic
short nItalic
Specifies if the font is italic.
Definition:
SymbolDescriptor.idl:98
com::sun::star::formula::SymbolDescriptor::sFontName
string sFontName
Specifies the exact name of the font ("Arial", "Courier", etc.).
Definition:
SymbolDescriptor.idl:50
com::sun::star::formula::SymbolDescriptor::sName
string sName
The name of the symbol.
Definition:
SymbolDescriptor.idl:34
com::sun::star::formula::SymbolDescriptor::nPitch
short nPitch
Specifies the pitch of the font.
Definition:
SymbolDescriptor.idl:68
com::sun::star::formula::SymbolDescriptor
Definition:
SymbolDescriptor.idl:30
com::sun::star::formula::SymbolDescriptor::nCharSet
short nCharSet
Specifies the character set which is supported by the font.
Definition:
SymbolDescriptor.idl:56
com::sun::star::formula::SymbolDescriptor::nFamily
short nFamily
Specifies the general style of the font.
Definition:
SymbolDescriptor.idl:62
com::sun::star::formula::SymbolDescriptor::sExportName
string sExportName
The export name of the symbol.
Definition:
SymbolDescriptor.idl:38
com::sun::star::formula::SymbolDescriptor::nCharacter
long nCharacter
Specifies the Unicode character of the symbol.
Definition:
SymbolDescriptor.idl:46
com::sun::star::formula::SymbolDescriptor::sSymbolSet
string sSymbolSet
Specifies the name of the symbol set to which this symbol belongs.
Definition:
SymbolDescriptor.idl:42
Generated by
1.8.5