Learn R Programming

xlcharts (version 0.0.1)

TextNormalAutofit: TextNormalAutofit

Description

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

Usage

TextNormalAutofit(fontScale = NULL, lnSpcReduction = NULL, ...)

Value

An openpyxl Python object.

Arguments

fontScale

fontScale

lnSpcReduction

lnSpcReduction

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
TextNormalAutofit(fontScale = 1L, lnSpcReduction = 1L)
}

Run the code above in your browser using DataLab