https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.text.html
RichTextProperties(
rot = NULL,
spcFirstLastPara = NULL,
vertOverflow = NULL,
horzOverflow = NULL,
vert = NULL,
wrap = NULL,
lIns = NULL,
tIns = NULL,
rIns = NULL,
bIns = NULL,
numCol = NULL,
spcCol = NULL,
rtlCol = NULL,
fromWordArt = NULL,
anchor = NULL,
anchorCtr = NULL,
forceAA = NULL,
upright = NULL,
compatLnSpc = NULL,
prstTxWarp = NULL,
scene3d = NULL,
extLst = NULL,
noAutofit = NULL,
normAutofit = NULL,
spAutoFit = NULL,
flatTx = NULL,
...
)
An openpyxl Python object.
rot
spcFirstLastPara
vertOverflow
horzOverflow
vert
wrap
lIns
tIns
rIns
bIns
numCol
spcCol
rtlCol
fromWordArt
anchor
anchorCtr
forceAA
upright
compatLnSpc
prstTxWarp
scene3d
extLst
noAutofit
normAutofit
spAutoFit
flatTx
Additional arguments, i.e. kwargs.
if (FALSE) {
RichTextProperties()
}
Run the code above in your browser using DataLab