Learn R Programming

xlcharts (version 0.0.1)

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

Value

An openpyxl Python object.

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.

Examples

Run this code
if (FALSE) {
InlineFont()
}

Run the code above in your browser using DataLab