powered by
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html
Backdrop(anchor = NULL, norm = NULL, up = NULL, extLst = NULL, ...)
An openpyxl Python object.
anchor
norm
up
extLst
Additional arguments, i.e. kwargs.
if (FALSE) { Backdrop( anchor = Point3D(x = 1L, y = 2L, z = 3L), norm = Vector3D(dx = 1L, dy = 2L, dz = 3L), up = Vector3D(dx = 1L, dy = 2L, dz = 3L) ) }
Run the code above in your browser using DataLab