columnPageBreaks property

List<int> get columnPageBreaks
inherited

The manual column page breaks: 0-based indices of columns that start a new printed page, sorted ascending.

Implementation

List<int> get columnPageBreaks => _colBreaks.toList()..sort();