Learn R Programming

xlcharts (version 0.0.1)

Backdrop: Backdrop

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html

Usage

Backdrop(anchor = NULL, norm = NULL, up = NULL, extLst = NULL, ...)

Value

An openpyxl Python object.

Arguments

anchor

anchor

norm

norm

up

up

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

Run this code
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