ListStyle | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.text.html
ListStyle(
defPPr = NULL,
lvl1pPr = NULL,
lvl2pPr = NULL,
lvl3pPr = NULL,
lvl4pPr = NULL,
lvl5pPr = NULL,
lvl6pPr = NULL,
lvl7pPr = NULL,
lvl8pPr = NULL,
lvl9pPr = NULL,
extLst = NULL,
...
)
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. |
An openpyxl Python object.
## Not run:
ListStyle()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.