Skip to content

NonVisualPictureProperties

Source code

Description

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

Usage

NonVisualPictureProperties(
  preferRelativeResize = NULL,
  picLocks = NULL,
  extLst = NULL,
  ...
)

Arguments

preferRelativeResize preferRelativeResize
picLocks picLocks
extLst extLst
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

NonVisualPictureProperties()