textDecorationOverline property

Sets or retrieves a Boolean value indicating whether the text in the object has a line drawn over it.

Syntax

Integer value = object.put_textDecorationOverline(Boolean v);Integer value = object.get_textDecorationOverline(Boolean* bOverline);

Property values

Type: VARIANT_BOOL

VARIANT_TRUE (true)

A line is drawn over the text.

VARIANT_FALSE (false)

A line is not drawn over the text.

String format

|

CSS information

Applies To All elements
Media visual
Inherited no
Initial Value

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IHTMLStyle::textDecoration