| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
import "SymbolDescriptor.idl";
| Public Attributes | |
| string | sName | 
| The name of the symbol. | |
| string | sExportName | 
| The export name of the symbol. | |
| string | sSymbolSet | 
| Specifies the name of the symbol set to which this symbol belongs. | |
| long | nCharacter | 
| Specifies the Unicode character of the symbol. | |
| string | sFontName | 
| Specifies the exact name of the font ("Arial", "Courier", etc.). | |
| short | nCharSet | 
| Specifies the character set which is supported by the font. | |
| short | nFamily | 
| Specifies the general style of the font. | |
| short | nPitch | 
| Specifies the pitch of the font. | |
| short | nWeight | 
| Specifies the thickness of the line. | |
| short | nItalic | 
| Specifies if the font is italic. | |
| long nCharacter | 
Specifies the Unicode character of the symbol.
| short nCharSet | 
Specifies the character set which is supported by the font.
| short nFamily | 
Specifies the general style of the font.
| short nItalic | 
Specifies if the font is italic.
The values com::sun::star::awt::FontSlant::REVERSE_OBLIQUE and com::sun::star::awt::FontSlant::REVERSE_ITALIC may not be used.
| short nPitch | 
Specifies the pitch of the font.
| short nWeight | 
Specifies the thickness of the line.
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
| string sExportName | 
The export name of the symbol.
| string sFontName | 
Specifies the exact name of the font ("Arial", "Courier", etc.).
| string sName | 
The name of the symbol.
| string sSymbolSet | 
Specifies the name of the symbol set to which this symbol belongs.