Learn R Programming

xlcharts (version 0.0.1)

TextField: 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, ...)

Value

An openpyxl Python object.

Arguments

id

id

type

type

rPr

rPr

pPr

pPr

t

t

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
TextField(id = "id")
}

Run the code above in your browser using DataLab