TextBlock {xlcharts}R Documentation

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

Arguments

font

font

text

text

...

Additional arguments, i.e. kwargs.

Details

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

Value

An openpyxl Python object.

Examples

## Not run: 
TextBlock(font = InlineFont(), text = "text")

## End(Not run)


[Package xlcharts version 0.0.2 Index]