ParagraphProperties {xlcharts}R Documentation

ParagraphProperties

Description

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

Usage

ParagraphProperties(
  marL = NULL,
  marR = NULL,
  lvl = NULL,
  indent = NULL,
  algn = NULL,
  defTabSz = NULL,
  rtl = NULL,
  eaLnBrk = NULL,
  fontAlgn = NULL,
  latinLnBrk = NULL,
  hangingPunct = NULL,
  lnSpc = NULL,
  spcBef = NULL,
  spcAft = NULL,
  tabLst = NULL,
  defRPr = NULL,
  extLst = NULL,
  buClrTx = NULL,
  buClr = NULL,
  buSzTx = NULL,
  buSzPct = NULL,
  buSzPts = NULL,
  buFontTx = NULL,
  buFont = NULL,
  buNone = NULL,
  buAutoNum = NULL,
  buChar = NULL,
  buBlip = NULL,
  ...
)

Arguments

marL

marL

marR

marR

lvl

lvl

indent

indent

algn

algn

defTabSz

defTabSz

rtl

rtl

eaLnBrk

eaLnBrk

fontAlgn

fontAlgn

latinLnBrk

latinLnBrk

hangingPunct

hangingPunct

lnSpc

lnSpc

spcBef

spcBef

spcAft

spcAft

tabLst

tabLst

defRPr

defRPr

extLst

extLst

buClrTx

buClrTx

buClr

buClr

buSzTx

buSzTx

buSzPct

buSzPct

buSzPts

buSzPts

buFontTx

buFontTx

buFont

buFont

buNone

buNone

buAutoNum

buAutoNum

buChar

buChar

buBlip

buBlip

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
ParagraphProperties()

## End(Not run)


[Package xlcharts version 0.0.2 Index]