Learn R Programming

xlcharts (version 0.0.1)

Path2D: Path2D

Description

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

Usage

Path2D(w = NULL, h = NULL, fill = NULL, stroke = NULL, extrusionOk = NULL, ...)

Value

An openpyxl Python object.

Arguments

w

w

h

h

fill

fill

stroke

stroke

extrusionOk

extrusionOk

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
Path2D(w = 1L, h = 1L)
}

Run the code above in your browser using DataLab