Learn R Programming

xlcharts (version 0.0.1)

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

Value

An openpyxl Python object.

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.

Examples

Run this code
if (FALSE) {
ListStyle()
}

Run the code above in your browser using DataLab