Skip to content

Backdrop

Source code

Description

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

Usage

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

Arguments

anchor anchor
norm norm
up up
extLst extLst
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

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)
)