ListStyle {xlcharts}R Documentation

ListStyle

Description

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

Usage

ListStyle(
  defPPr = NULL,
  lvl1pPr = NULL,
  lvl2pPr = NULL,
  lvl3pPr = NULL,
  lvl4pPr = NULL,
  lvl5pPr = NULL,
  lvl6pPr = NULL,
  lvl7pPr = NULL,
  lvl8pPr = NULL,
  lvl9pPr = NULL,
  extLst = NULL,
  ...
)

Arguments

defPPr

defPPr

lvl1pPr

lvl1pPr

lvl2pPr

lvl2pPr

lvl3pPr

lvl3pPr

lvl4pPr

lvl4pPr

lvl5pPr

lvl5pPr

lvl6pPr

lvl6pPr

lvl7pPr

lvl7pPr

lvl8pPr

lvl8pPr

lvl9pPr

lvl9pPr

extLst

extLst

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
ListStyle()

## End(Not run)

[Package xlcharts version 0.0.2 Index]