Learn R Programming

xlcharts (version 0.0.1)

TextBlock: TextBlock

Description

Represents text string in a specific format

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.cell.rich_text.html

Usage

TextBlock(font, text, ...)

Value

An openpyxl Python object.

Arguments

font

font

text

text

...

Additional arguments, i.e. kwargs.

Details

This class is used as part of constructing a rich text strings.

Examples

Run this code
if (FALSE) {
TextBlock(font = InlineFont(), text = "text")
}

Run the code above in your browser using DataLab