textDecorationOverline 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 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
VARIANT_TRUE | VARIANT_FALSE
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 |
|
|
DLL |
|
See also
Build date: 1/23/2012
Community Additions
Show: