CharacterProperties {xlcharts}R Documentation

CharacterProperties

Description

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

Usage

CharacterProperties(
  kumimoji = NULL,
  lang = NULL,
  altLang = NULL,
  sz = NULL,
  b = NULL,
  i = NULL,
  u = NULL,
  strike = NULL,
  kern = NULL,
  cap = NULL,
  spc = NULL,
  normalizeH = NULL,
  baseline = NULL,
  noProof = NULL,
  dirty = NULL,
  err = NULL,
  smtClean = NULL,
  smtId = NULL,
  bmk = NULL,
  ln = NULL,
  highlight = NULL,
  latin = NULL,
  ea = NULL,
  cs = NULL,
  sym = NULL,
  hlinkClick = NULL,
  hlinkMouseOver = NULL,
  rtl = NULL,
  extLst = NULL,
  noFill = NULL,
  solidFill = NULL,
  gradFill = NULL,
  blipFill = NULL,
  pattFill = NULL,
  grpFill = NULL,
  effectLst = NULL,
  effectDag = NULL,
  uLnTx = NULL,
  uLn = NULL,
  uFillTx = NULL,
  uFill = NULL,
  ...
)

Arguments

kumimoji

kumimoji

lang

lang

altLang

altLang

sz

sz

b

b

i

i

u

u

strike

strike

kern

kern

cap

cap

spc

spc

normalizeH

normalizeH

baseline

baseline

noProof

noProof

dirty

dirty

err

err

smtClean

smtClean

smtId

smtId

bmk

bmk

ln

ln

highlight

highlight

latin

latin

ea

ea

cs

cs

sym

sym

hlinkClick

hlinkClick

hlinkMouseOver

hlinkMouseOver

rtl

rtl

extLst

extLst

noFill

noFill

solidFill

solidFill

gradFill

gradFill

blipFill

blipFill

pattFill

pattFill

grpFill

grpFill

effectLst

effectLst

effectDag

effectDag

uLnTx

uLnTx

uLn

uLn

uFillTx

uFillTx

uFill

uFill

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
CharacterProperties()

## End(Not run)


[Package xlcharts version 0.0.2 Index]