breakAfter property

Gets or sets the column-break behavior that follows a content block in a multi-column element.

This property is read/write.

Internet Explorer 10

 

Syntax

HRESULT put_breakAfter(
  [in]          BSTR v
);

HRESULT get_breakAfter(
  [out, retval] BSTR *p
);

Property values

Type: BSTR

One of the following values:

String format

auto | always | avoid | left | right | page | column | avoid-page | avoid-column

CSS information

Applies Toblock-level elements
Mediapaged
Inheritedno
Initial Valueauto

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

Reference
IHTMLCSSStyleDeclaration2::breakBefore
IHTMLCSSStyleDeclaration2::breakInside

 

 

Show: