breakInside property
Gets or sets the column-break behavior that occurs within a content block in a multi-column element.
This property is read/write.
Syntax
HRESULT put_breakInside(
[in] BSTR v
);
HRESULT get_breakInside(
[out, retval] BSTR *p
);
Property values
Type: BSTR
One of the following values:
String format
auto | avoid | 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