msHyphenateLimitZone property

Specifies a value that defines the width of the hyphenation zone.

This property is read/write.

CSS Text Level 3, Section 5.3Internet Explorer 10

 

Syntax

HRESULT put_msHyphenateLimitZone(
  [in]  any val
);

HRESULT get_msHyphenateLimitZone(
  [out] any **ptr
);

Property values

Type: any

String format

<percentage> | <length>

CSS information

Applies Toblock containers
Mediavisual
Inheritedtrue
Initial Value0

Standards information

Remarks

The IHTMLCSSStyleDeclaration2::msHyphenateLimitZone property enables you to control the amount of trailing whitespace permitted during hyphenation. The hyphenation zone is always at the logical right side of the padding box.

A word is considered for hyphenation only if it begins at or outside of the logical left limit of the hyphenation zone.

Requirements

IDL

Mshtml.idl

 

 

Show: