Path2D {xlcharts}R Documentation

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

Arguments

w

w

h

h

fill

fill

stroke

stroke

extrusionOk

extrusionOk

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
Path2D(w = 1L, h = 1L)

## End(Not run)


[Package xlcharts version 0.0.2 Index]