Skip to content

Blip

Source code

Description

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

Usage

Blip(
  cstate = NULL,
  embed = NULL,
  link = NULL,
  noGrp = NULL,
  noSelect = NULL,
  noRot = NULL,
  noChangeAspect = NULL,
  noMove = NULL,
  noResize = NULL,
  noEditPoints = NULL,
  noAdjustHandles = NULL,
  noChangeArrowheads = NULL,
  noChangeShapeType = NULL,
  extLst = NULL,
  alphaBiLevel = NULL,
  alphaCeiling = NULL,
  alphaFloor = NULL,
  alphaInv = NULL,
  alphaMod = NULL,
  alphaModFix = NULL,
  alphaRepl = NULL,
  biLevel = NULL,
  blur = NULL,
  clrChange = NULL,
  clrRepl = NULL,
  duotone = NULL,
  fillOverlay = NULL,
  grayscl = NULL,
  hsl = NULL,
  lum = NULL,
  tint = NULL,
  ...
)

Arguments

cstate cstate
embed embed
link link
noGrp noGrp
noSelect noSelect
noRot noRot
noChangeAspect noChangeAspect
noMove noMove
noResize noResize
noEditPoints noEditPoints
noAdjustHandles noAdjustHandles
noChangeArrowheads noChangeArrowheads
noChangeShapeType noChangeShapeType
extLst extLst
alphaBiLevel alphaBiLevel
alphaCeiling alphaCeiling
alphaFloor alphaFloor
alphaInv alphaInv
alphaMod alphaMod
alphaModFix alphaModFix
alphaRepl alphaRepl
biLevel biLevel
blur blur
clrChange clrChange
clrRepl clrRepl
duotone duotone
fillOverlay fillOverlay
grayscl grayscl
hsl hsl
lum lum
tint tint
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

Blip()