Paper Office
paper-xlsxAPI referencechart.pivot

PivotFormat

paper-xlsx 0.2.1 API reference

PivotFormat(idx=0, spPr=None, txPr=None, marker=None, dLbl=None, extLst=None)

Attributes

DataLabel

attributeDataLabel
= Alias('dLbl')

TextBody

attributeTextBody
= Alias('txPr')

dLbl

attributedLbl
= dLbl

extLst

attributeextLst
= Typed(expected_type=ExtensionList, allow_none=True)

graphicalProperties

attributegraphicalProperties
= Alias('spPr')

idx

attributeidx
= idx

idx_base

attributeidx_base
= 0

marker

attributemarker
= marker

namespace

attributenamespace
= None

spPr

attributespPr
= spPr

tagname

attributetagname
= 'pivotFmt'

txPr

attributetxPr
= txPr

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