Learn R Programming

xlcharts (version 0.0.1)

ShapeStyle: ShapeStyle

Description

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

Usage

ShapeStyle(lnRef = NULL, fillRef = NULL, effectRef = NULL, fontRef = NULL, ...)

Value

An openpyxl Python object.

Arguments

lnRef

lnRef

fillRef

fillRef

effectRef

effectRef

fontRef

fontRef

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
ShapeStyle(
lnRef = StyleMatrixReference(idx = 1L),
fillRef = StyleMatrixReference(idx = 1L),
effectRef = StyleMatrixReference(idx = 1L),
fontRef = FontReference()
)
}

Run the code above in your browser using DataLab