Skip to content

Commit

Permalink
doc: add a note to padding
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed Mar 2, 2024
1 parent 396a989 commit 5c02ffe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/styles.R
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,9 @@ font <- function(x, i = NULL, j = NULL, fontname, part = "body", cs.family = fon
#' @export
#' @title Set paragraph paddings
#' @description change paddings of selected rows and columns of a flextable.
#' @note
#' Padding is not implemented in PDF due to technical infeasibility but
#' it can be replaced with `set_table_properties(opts_pdf = list(tabcolsep = 1))`.
#' @param x a flextable object
#' @param i rows selection
#' @param j columns selection
Expand Down
4 changes: 4 additions & 0 deletions man/padding.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c02ffe

Please sign in to comment.