View source: R/BlipFillProperties.R
BlipFillProperties | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.fill.html
BlipFillProperties(
dpi = NULL,
rotWithShape = NULL,
blip = NULL,
tile = NULL,
srcRect = NULL,
...
)
dpi |
dpi |
rotWithShape |
rotWithShape |
blip |
blip |
tile |
tile |
srcRect |
srcRect |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
BlipFillProperties()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.