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
library("xlcharts")
Shape(spPr = GraphicalProperties())