RegularTextRun {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.text.html
RegularTextRun(rPr = NULL, t = "", ...)
rPr |
rPr |
t |
t |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
RegularTextRun()
## End(Not run)