lineBreak property
Deprecated. Gets or sets line-breaking rules for text in selected languages such as Japanese, Chinese, and Korean.
Syntax
Integer value = object.put_lineBreak( v);Integer value = object.get_lineBreak(* sBreak);
Property values
Type: BSTR
normal (normal)
-
Default. Normal line-breaking mode is applied.
strict (strict)
-
Stricter line-breaking rules are enforced.
String format
normal | strict
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | 1 |
| Initial Value |
Standards information
Remarks
This property is deprecated. It is replaced by the IHTMLRuleStyle2::wordBreak property starting in Windows Internet Explorer 7.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Build date: 11/12/2012