InlineFont {xlcharts}R Documentation

InlineFont

Description

Font for inline text because, yes what you need are different objects with the same elements but different constraints.

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

Usage

InlineFont(
  rFont = NULL,
  charset = NULL,
  family = NULL,
  b = NULL,
  i = NULL,
  strike = NULL,
  outline = NULL,
  shadow = NULL,
  condense = NULL,
  extend = NULL,
  color = NULL,
  sz = NULL,
  u = NULL,
  vertAlign = NULL,
  scheme = NULL,
  ...
)

Arguments

rFont

rFont

charset

charset

family

family

b

b

i

i

strike

strike

outline

outline

shadow

shadow

condense

condense

extend

extend

color

color

sz

sz

u

u

vertAlign

vertAlign

scheme

scheme

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
InlineFont()

## End(Not run)

[Package xlcharts version 0.0.2 Index]