On this page
pageBreakBefore property
String pageBreakBeforeGets the value of "page-break-before"
Source
String get pageBreakBefore => getPropertyValue('page-break-before');
void pageBreakBefore=(Sets the value of "page-break-before"
Source
set pageBreakBefore(String value) {
setProperty('page-break-before', value, '');
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleDeclarationBase/pageBreakBefore.html