Top   Module   Use   Manual   Index 

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

struct SymbolDescriptor


[ DEPRECATED ]


Elements

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