Paper Office
paper-xlsxAPI referencecell.text

Text

paper-xlsx 0.2.1 API reference

Text(t=None, r=(), rPh=(), phoneticPr=None)

Attributes

PhoneticProperties

attributePhoneticProperties
= Alias('phoneticPr')

content

attributecontent

Text stripped of all formatting

formatted

attributeformatted
= Alias('r')

idx_base

attributeidx_base
= 0

namespace

attributenamespace
= None

phonetic

attributephonetic
= Alias('rPh')

phoneticPr

attributephoneticPr
= phoneticPr

plain

attributeplain
= Alias('t')

r

attributer
= r

rPh

attributerPh
= rPh

t

attributet
= t

tagname

attributetagname
= 'text'

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