msHyphenateLimitChars property

Specifies one to three values that indicates the minimum number of characters in a hyphenated word. If the word does not meet the required minimum number of characters in the word, before the hyphen, or after the hyphen, then the word is not hyphenated.

This property is read/write.

CSS Text Level 3, Section 5.4Internet Explorer 10

 

Syntax

HRESULT put_msHyphenateLimitChars(
  [in]  DOMString val
);

HRESULT get_msHyphenateLimitChars(
  [out] DOMString **ptr
);

Property values

Type: DOMString

String format

auto | <integer> {1,3}

CSS information

Applies ToAll elements
Mediavisual
Inheritedtrue
Initial Valueauto

Standards information

Requirements

IDL

Mshtml.idl

 

 

Show: