Transform2D {xlcharts} | R Documentation |
Transform2D
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html
Usage
Transform2D(
rot = NULL,
flipH = NULL,
flipV = NULL,
off = NULL,
ext = NULL,
chOff = NULL,
chExt = NULL,
...
)
Arguments
rot |
rot |
flipH |
flipH |
flipV |
flipV |
off |
off |
ext |
ext |
chOff |
chOff |
chExt |
chExt |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
Transform2D()
## End(Not run)
[Package xlcharts version 0.0.2 Index]