Learn R Programming

xlcharts (version 0.0.1)

Font: Font

Description

Font options used in styles.

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.fonts.html

Usage

Font(
  name = NULL,
  sz = NULL,
  b = NULL,
  i = NULL,
  charset = NULL,
  u = NULL,
  strike = NULL,
  color = NULL,
  scheme = NULL,
  family = NULL,
  size = NULL,
  bold = NULL,
  italic = NULL,
  strikethrough = NULL,
  underline = NULL,
  vertAlign = NULL,
  outline = NULL,
  shadow = NULL,
  condense = NULL,
  extend = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

name

name

sz

sz

b

b

i

i

charset

charset

u

u

strike

strike

color

color

scheme

scheme

family

family

size

size

bold

bold

italic

italic

strikethrough

strikethrough

underline

underline

vertAlign

vertAlign

outline

outline

shadow

shadow

condense

condense

extend

extend

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab