headingBold property

  1. @TagNumber(9)
bool get headingBold

Print first line in pseudo-bold? FALSE is original style, TRUE is bold

Implementation

@$pb.TagNumber(9)
$core.bool get headingBold => $_getBF(8);
  1. @TagNumber(9)
set headingBold (bool value)

Implementation

@$pb.TagNumber(9)
set headingBold($core.bool value) => $_setBool(8, value);