top
Expand Minimize
This topic has not yet been rated - Rate this topic

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 ToAll elements
Mediavisual
Inherited1
Initial Value

Standards information

Remarks

This property is deprecated. It is replaced by the IHTMLCSSStyleDeclaration::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

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IHTMLCSSStyleDeclaration::wordBreak

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.