RichTextProperties {xlcharts}R Documentation

RichTextProperties

Description

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

Usage

RichTextProperties(
  rot = NULL,
  spcFirstLastPara = NULL,
  vertOverflow = NULL,
  horzOverflow = NULL,
  vert = NULL,
  wrap = NULL,
  lIns = NULL,
  tIns = NULL,
  rIns = NULL,
  bIns = NULL,
  numCol = NULL,
  spcCol = NULL,
  rtlCol = NULL,
  fromWordArt = NULL,
  anchor = NULL,
  anchorCtr = NULL,
  forceAA = NULL,
  upright = NULL,
  compatLnSpc = NULL,
  prstTxWarp = NULL,
  scene3d = NULL,
  extLst = NULL,
  noAutofit = NULL,
  normAutofit = NULL,
  spAutoFit = NULL,
  flatTx = NULL,
  ...
)

Arguments

rot

rot

spcFirstLastPara

spcFirstLastPara

vertOverflow

vertOverflow

horzOverflow

horzOverflow

vert

vert

wrap

wrap

lIns

lIns

tIns

tIns

rIns

rIns

bIns

bIns

numCol

numCol

spcCol

spcCol

rtlCol

rtlCol

fromWordArt

fromWordArt

anchor

anchor

anchorCtr

anchorCtr

forceAA

forceAA

upright

upright

compatLnSpc

compatLnSpc

prstTxWarp

prstTxWarp

scene3d

scene3d

extLst

extLst

noAutofit

noAutofit

normAutofit

normAutofit

spAutoFit

spAutoFit

flatTx

flatTx

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
RichTextProperties()

## End(Not run)


[Package xlcharts version 0.0.2 Index]