Pour section's header and footer from previous section / with default one #558
Unanswered
gilleschapron
asked this question in
Q&A
Replies: 1 comment
-
I've got the same problem. Does anyone know any solution to this? related: https://github.com/davidgohel/officer/issues/465#issuecomment-1399341984 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @davidgohel and officer's user,
I have to produce a document with a template (just one page with a header - a logo - and a footer - a table with title, date, page etc.).
When I do a
body_end_block_section()
:prop_section(header_default)
andprop_section(footer_default)
are NULL by default)Is it possible to:
prop_section(xxx_default)
I try naively with no success:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions