Learn R Programming

xlcharts (version 0.0.1)

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

Value

An openpyxl Python object.

Arguments

macro

macro

textlink

textlink

fPublished

fPublished

fLocksText

fLocksText

nvSpPr

nvSpPr

spPr

spPr

style

style

txBody

txBody

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
Shape(spPr = GraphicalProperties())
}

Run the code above in your browser using DataLab