https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.text.html
ParagraphProperties(
marL = NULL,
marR = NULL,
lvl = NULL,
indent = NULL,
algn = NULL,
defTabSz = NULL,
rtl = NULL,
eaLnBrk = NULL,
fontAlgn = NULL,
latinLnBrk = NULL,
hangingPunct = NULL,
lnSpc = NULL,
spcBef = NULL,
spcAft = NULL,
tabLst = NULL,
defRPr = NULL,
extLst = NULL,
buClrTx = NULL,
buClr = NULL,
buSzTx = NULL,
buSzPct = NULL,
buSzPts = NULL,
buFontTx = NULL,
buFont = NULL,
buNone = NULL,
buAutoNum = NULL,
buChar = NULL,
buBlip = NULL,
...
)
An openpyxl Python object.
marL
marR
lvl
indent
algn
defTabSz
rtl
eaLnBrk
fontAlgn
latinLnBrk
hangingPunct
lnSpc
spcBef
spcAft
tabLst
defRPr
extLst
buClrTx
buClr
buSzTx
buSzPct
buSzPts
buFontTx
buFont
buNone
buAutoNum
buChar
buBlip
Additional arguments, i.e. kwargs.
if (FALSE) {
ParagraphProperties()
}
Run the code above in your browser using DataLab