firstPageFooterId property

String? firstPageFooterId
getter/setter pair

The ID of the footer used only for the first page of the section.

If use_first_page_header_footer is true, this value is used for the footer on the first page of the section. If it's false, the footer on the first page of the section uses the default_footer_id. 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 first_page_footer_id. This property is read-only.

Implementation

core.String? firstPageFooterId;