breakAfter property

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

This property is read/write.

 

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 To block-level elements
Media paged
Inherited no
Initial Value auto

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