1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/body_add_flextable.R
\name{headers_flextable_at_bkm}
\alias{headers_flextable_at_bkm}
\title{add flextable at a bookmark location in document's header}
\usage{
headers_flextable_at_bkm(x, bookmark, value)
}
\arguments{
\item{x}{an rdocx object}
\item{bookmark}{bookmark id}
\item{value}{a flextable object}
}
\description{
replace in the header 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.
}
|