footers_flextable_at_bkm: Add flextable at a bookmark location in document's footer

View source: R/body_add_flextable.R

footers_flextable_at_bkmR Documentation

Add flextable at a bookmark location in document's footer

Description

replace in the footer of a document a paragraph containing a bookmark by a flextable. A bookmark will be considered as valid if enclosing words within a paragraph; i.e., a bookmark along two or more paragraphs is invalid, a bookmark set on a whole paragraph is also invalid, but bookmarking few words inside a paragraph is valid.

Usage

footers_flextable_at_bkm(x, bookmark, value)

Arguments

x

an rdocx object

bookmark

bookmark id

value

a flextable object


flextable documentation built on Oct. 23, 2023, 1:07 a.m.