lineBreak property
Specifies 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
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |