rtf_styles_info: Read paragraph styles defined on an RTF document

View source: R/rtf.R

rtf_styles_infoR Documentation

Read paragraph styles defined on an RTF document

Description

Return the data.frame of styles currently registered on the document. Useful for debugging or for checking which built-in styles are available before referencing them via style = ....

Usage

rtf_styles_info(x)

Arguments

x

an rtf object created by rtf_doc().

Value

a data.frame with one row per style.

See Also

rtf_set_paragraph_style(), styles_info()

Examples

rtf_styles_info(rtf_doc())

officer documentation built on July 16, 2026, 5:09 p.m.