SRW.SET_FONT_STYLE
built-in procedureThis procedure specifies font style for a CHAR
, DATE
,
or NUMBER
field. This attribute is ignored in character mode.
SRW.SET_FONT_STYLE(style);
Parameter |
Description |
style |
Is one of the following: |
SRW.SET_FONT_STYLE(SRW.UNDERLINE_STYLE);
SRW.SET_FONT_STYLE(SRW.ITALIC_STYLE);
You can also define the style
parameter using the Reports
Builder user interface:
Property Inspector (templates only) |
Set the Font property. |
user interface |
About the
Reports Builder built-in package (SRW
)
Copyright © 1984, 2005, Oracle. All rights reserved.