Path2D | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html
Path2D(w = NULL, h = NULL, fill = NULL, stroke = NULL, extrusionOk = NULL, ...)
w |
w |
h |
h |
fill |
fill |
stroke |
stroke |
extrusionOk |
extrusionOk |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
Path2D(w = 1L, h = 1L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.