Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: formula ::

deprecated struct SymbolDescriptor
Usage Restrictions
deprecated
Deprecation Info
draft - nWeight should be changed to float as in FontWeight.idl - nItalic probably needs to have FontItalic extended by the two extra defines REVERSE_* listed in FontSlant.idl - nCharSet should have the CharSet.idl extended by the new defines from rtl/textenc.h

Elements' Summary
sName The name of the symbol.  
sExportName The export name of the symbol.  
sSymbolSet Specifies the name of the symbol set to which this symbol belongs.  
nCharacter Specifies the unicode character of the symbol.  
sFontName Specifies the exact name of the font ("Arial", "Courier", etc.).  
nCharSet Specifies the character set which is supported by the font.  
nFamily Specifies the general style of the font.  
nPitch Specifies the pitch of the font.  
nWeight Specifies the thickness of the line.  
nItalic Specifies if the font is italic.  
Elements' Details
sName
string sName;
Description
The name of the symbol.
sExportName
string sExportName;
Description
The export name of the symbol.
sSymbolSet
string sSymbolSet;
Description
Specifies the name of the symbol set to which this symbol belongs.
nCharacter
long nCharacter;
Description
Specifies the unicode character of the symbol.
sFontName
string sFontName;
Description
Specifies the exact name of the font ("Arial", "Courier", etc.).
nCharSet
short nCharSet;
Description
Specifies the character set which is supported by the font.
See also
::com::sun::star::awt::CharSet
nFamily
short nFamily;
Description
Specifies the general style of the font.
See also
::com::sun::star::awt::FontFamily
nPitch
short nPitch;
Description
Specifies the pitch of the font.
See also
::com::sun::star::awt::FontPitch
nWeight
short nWeight;
Description
Specifies the thickness of the line.
See also
::com::sun::star::awt::FontWeight
The allowed integer values correspond as follows: 0 : ::com::sun::star::awt::FontWeight::DONTKNOW 1 : ::com::sun::star::awt::FontWeight::THIN 2 : ::com::sun::star::awt::FontWeight::ULTRALIGHT 3 : ::com::sun::star::awt::FontWeight::LIGHT 4 : ::com::sun::star::awt::FontWeight::SEMILIGHT 5 : ::com::sun::star::awt::FontWeight::NORMAL 7 : ::com::sun::star::awt::FontWeight::SEMIBOLD 8 : ::com::sun::star::awt::FontWeight::BOLD 9 : ::com::sun::star::awt::FontWeight::ULTRABOLD 10 : ::com::sun::star::awt::FontWeight::BLACK
nItalic
short nItalic;
Description
Specifies if the font is italic.
See also
::com::sun::star::awt::FontSlant
The values ::com::sun::star::awt::FontSlant::REVERSE_OBLIQUE and ::com::sun::star::awt::FontSlant::REVERSE_ITALIC may not be used.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.