msHyphens property

Specifies a value that indicates whether additional break opportunities for the current line are created by hyphenating individual words within the line.

This property is read/write.

CSS Text Level 3, Section 5.1Internet Explorer 10

 

Syntax

HRESULT put_msHyphens(
  [in]  DOMString val
);

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

Property values

Type: DOMString

String format

none | manual | auto

CSS information

Applies ToAll elements
Mediavisual
Inheritedtrue
Initial Valuemanual

Standards information

Requirements

IDL

Mshtml.idl

 

 

Show: