evenPageHeaderId property

String? evenPageHeaderId
getter/setter pair

The ID of the header used only for even pages.

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

Implementation

core.String? evenPageHeaderId;