A script-enabled browser is required for this page to function properly.

Font Style Property

Description

Specifies the style of the font. Valid values are:

FONT_PLAIN

FONT_ITALIC

FONT_OBLIQUE

FONT_UNDERLINE

FONT_OUTLINE

FONT_SHADOW

FONT_INVERTED

FONT_OVERSTRIKE

FONT_BLINK

Applies to item, tab page, canvas, window, radio button when used in SET-type commands.For GET-type commands, use VARCHAR2 values. For example:

Set_Tab_Page_Property(lTabPage1,FONT_STYLE,FONT_UNDERLINE);

if Get_Tab_Page_Property(lTabPage1,FONT_STYLE)= 'UNDERLINE' then

Message('Success');
Else
Message('FAILURE');

End if;

Set Programmatically

Default

FONT_PLAIN

Refer to Built-in


About visual attributes
Basing an object on a visual attribute
Setting an object's color attributes
About formatting items in the Layout Editor
Creating a named visual attribute