LineProperties
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.line.html
Usage
LineProperties(
w = NULL,
cap = NULL,
cmpd = NULL,
algn = NULL,
noFill = NULL,
solidFill = NULL,
gradFill = NULL,
pattFill = NULL,
prstDash = NULL,
custDash = NULL,
round = NULL,
bevel = NULL,
miter = NULL,
headEnd = NULL,
tailEnd = NULL,
extLst = NULL,
...
)
Arguments
w
|
w |
cap
|
cap |
cmpd
|
cmpd |
algn
|
algn |
noFill
|
noFill |
solidFill
|
solidFill |
gradFill
|
gradFill |
pattFill
|
pattFill |
prstDash
|
prstDash |
custDash
|
custDash |
round
|
round |
bevel
|
bevel |
miter
|
miter |
headEnd
|
headEnd |
tailEnd
|
tailEnd |
extLst
|
extLst |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
LineProperties()