These property functions modify or return the header_height/footer_height attribute
of a rtf_doc
object. The header/footer height is the default amount of
space allocated to the header/footer from the margin. If the content of the
header/footer exceeds this amount of space, it will be expanded.
header_height(x, ...)
header_height(x) <- value
set_header_height(x, value)
footer_height(x, ...)
footer_height(x) <- value
set_footer_height(x, value)
For header_height()
/footer_height()
, the
header_height/footer_height attribute of thesupplied rtf_doc
object. For `header_height<-()`
/ `footer_height<-`()
and
set_header_height()
/ set_footer_height()
, the modified
object.