Paper Office
paper-xlsxAPI referencechart.axis

TextAxis

paper-xlsx 0.2.1 API reference

TextAxis(auto=None, lblAlgn=None, lblOffset=100, tickLblSkip=None, tickMarkSkip=None, noMultiLvlLbl=None, extLst=None, **kw)

Attributes

auto

attributeauto
= auto

axId

attributeaxId
= _BaseAxis.axId

axPos

attributeaxPos
= _BaseAxis.axPos

crossAx

attributecrossAx
= _BaseAxis.crossAx

crosses

attributecrosses
= _BaseAxis.crosses

crossesAt

attributecrossesAt
= _BaseAxis.crossesAt

delete

attributedelete
= _BaseAxis.delete

extLst

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

graphicalProperties

attributegraphicalProperties
= Alias('spPr')

idx_base

attributeidx_base
= 0

lblAlgn

attributelblAlgn
= lblAlgn

lblOffset

attributelblOffset
= lblOffset

majorGridlines

attributemajorGridlines
= _BaseAxis.majorGridlines

majorTickMark

attributemajorTickMark
= _BaseAxis.majorTickMark

minorGridlines

attributeminorGridlines
= _BaseAxis.minorGridlines

minorTickMark

attributeminorTickMark
= _BaseAxis.minorTickMark

namespace

attributenamespace
= None

noMultiLvlLbl

attributenoMultiLvlLbl
= noMultiLvlLbl

numFmt

attributenumFmt
= _BaseAxis.numFmt

number_format

attributenumber_format
= Alias('numFmt')

scaling

attributescaling
= _BaseAxis.scaling

spPr

attributespPr
= _BaseAxis.spPr

tagname

attributetagname
= 'catAx'

textProperties

attributetextProperties
= Alias('txPr')

tickLblPos

attributetickLblPos
= _BaseAxis.tickLblPos

tickLblSkip

attributetickLblSkip
= tickLblSkip

tickMarkSkip

attributetickMarkSkip
= tickMarkSkip

title

attributetitle
= _BaseAxis.title

txPr

attributetxPr
= _BaseAxis.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