markContentEnd method
void
markContentEnd()
Implementation
void markContentEnd() {
assert(() {
if (_page.pdfDocument.settings.verbose) {
_buf.putString(' ' * (_indent));
}
return true;
}());
_buf.putString('EMC ');
assert(() {
if (_page.pdfDocument.settings.verbose) {
_buf.putString(' ' * (_commentIndent - 4 - _indent));
_buf.putComment('markContentEnd()');
}
return true;
}());
}