evenPageFooterId property

String? evenPageFooterId
getter/setter pair

The ID of the footer used only for even pages.

If the value of DocumentStyle's use_even_page_header_footer is true, this value is used for the footers on even pages in the section. If it is false, the footers on even pages use 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 even_page_footer_id. This property is read-only.

Implementation

core.String? evenPageFooterId;