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
|
nItalic
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.