ShapeStyle {xlcharts} | R Documentation |
ShapeStyle
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html
Usage
ShapeStyle(lnRef = NULL, fillRef = NULL, effectRef = NULL, fontRef = NULL, ...)
Arguments
lnRef |
lnRef |
fillRef |
fillRef |
effectRef |
effectRef |
fontRef |
fontRef |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
ShapeStyle(
lnRef = StyleMatrixReference(idx = 1L),
fillRef = StyleMatrixReference(idx = 1L),
effectRef = StyleMatrixReference(idx = 1L),
fontRef = FontReference()
)
## End(Not run)
[Package xlcharts version 0.0.2 Index]