User Guide Tutorials ASP tutorials FontSettings.inc | FontSettings.inc | | | 1 2 3 4 5 6 7 8 9
|
<%
FONTSETTINGS_UNDERLINE_STYLE_NONE = 0
FONTSETTINGS_UNDERLINE_STYLE_SINGLE = 1
FONTSETTINGS_UNDERLINE_STYLE_DOUBLE = 2
FONTSETTINGS_UNDERLINE_STYLE_SINGLE_ACCOUNTING = 33
FONTSETTINGS_UNDERLINE_STYLE_DOUBLE_ACCOUNTING = 34
FONTSETTINGS_HEADINGS_FONT = "HEADINGS"
FONTSETTINGS_BODY_FONT = "BODY"
%>
|
|
| |