ShapeStyle | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html
ShapeStyle(lnRef = NULL, fillRef = NULL, effectRef = NULL, fontRef = NULL, ...)
lnRef |
lnRef |
fillRef |
fillRef |
effectRef |
effectRef |
fontRef |
fontRef |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
ShapeStyle(
lnRef = StyleMatrixReference(idx = 1L),
fillRef = StyleMatrixReference(idx = 1L),
effectRef = StyleMatrixReference(idx = 1L),
fontRef = FontReference()
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.