TextBlock | R Documentation |
Represents text string in a specific format
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.cell.rich_text.html
TextBlock(font, text, ...)
font |
font |
text |
text |
... |
Additional arguments, i.e. kwargs. |
This class is used as part of constructing a rich text strings.
An openpyxl Python object.
## Not run:
TextBlock(font = InlineFont(), text = "text")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.