textDecorationLineThrough property

[This documentation is preliminary and is subject to change.]

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

Syntax

Integer value = object.put_textDecorationLineThrough(Boolean v);Integer value = object.get_textDecorationLineThrough(Boolean* bLineThrough);

Property values

Type: VARIANT_BOOL

VARIANT_TRUE (true)

Apply the line-through.

VARIANT_FALSE (false)

Prevent the line-through.

String format

VARIANT_TRUE | VARIANT_FALSE

CSS information

Applies ToAll elements
Mediavisual
Inheritedno
Initial Value

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

DLL

Mshtml.dll

See also

textDecoration

 

 

Build date: 1/23/2012

Community Additions

Show: