TextField {xlcharts}R Documentation

TextField

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.text.html

Usage

TextField(id = NULL, type = NULL, rPr = NULL, pPr = NULL, t = NULL, ...)

Arguments

id

id

type

type

rPr

rPr

pPr

pPr

t

t

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
TextField(id = "id")

## End(Not run)


[Package xlcharts version 0.0.2 Index]