firstPageHeaderId property

String? firstPageHeaderId
getter/setter pair

The ID of the header used only for the first page.

If not set then a unique header for the first page does not exist. The value of use_first_page_header_footer determines whether to use the default_header_id or this value for the header on the first page. If not set, there's no first page header. This property is read-only.

Implementation

core.String? firstPageHeaderId;