Shape {xlcharts}R Documentation

Shape

Description

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

Usage

Shape(
  macro = NULL,
  textlink = NULL,
  fPublished = NULL,
  fLocksText = NULL,
  nvSpPr = NULL,
  spPr = NULL,
  style = NULL,
  txBody = NULL,
  ...
)

Arguments

macro

macro

textlink

textlink

fPublished

fPublished

fLocksText

fLocksText

nvSpPr

nvSpPr

spPr

spPr

style

style

txBody

txBody

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
Shape(spPr = GraphicalProperties())

## End(Not run)

[Package xlcharts version 0.0.2 Index]