TextNormalAutofit
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.text.html
Usage
TextNormalAutofit(fontScale = NULL, lnSpcReduction = NULL, ...)
Arguments
fontScale
|
fontScale |
lnSpcReduction
|
lnSpcReduction |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
TextNormalAutofit(fontScale = 1L, lnSpcReduction = 1L)