defaultHeaderId property

String? defaultHeaderId
getter/setter pair

The ID of the default header.

If unset, the value inherits from the previous SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's default_header_id. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only.

Implementation

core.String? defaultHeaderId;