Paper Office
paper-xlsxAPI referencechart.shapes

PatternFillProperties

paper-xlsx 0.2.1 API reference

PatternFillProperties(prst=None, fgClr=None, bgClr=None)

Attributes

background

attributebackground
= Alias('bgClr')

bgClr

attributebgClr
= bgClr

fgClr

attributefgClr
= fgClr

foreground

attributeforeground
= Alias('fgClr')

idx_base

attributeidx_base
= 0

namespace

attributenamespace
= DRAWING_NS

preset

attributepreset
= Alias('prst')

prst

attributeprst
= prst

tagname

attributetagname
= 'pattFill'

Functions

__iter__

func__iter__()

from_tree

funcfrom_tree(node)

Create object from XML

paramnode

to_tree

functo_tree(tagname=None, idx=None, namespace=None)
paramtagname
= None
paramidx
= None
paramnamespace
= None

On this page