Paper Office
paper-xlsxAPI referencechart.shapes

RelativeRect

paper-xlsx 0.2.1 API reference

RelativeRect(l=None, t=None, r=None, b=None)

Attributes

b

attributeb
= b

bottom

attributebottom
= Alias('b')

idx_base

attributeidx_base
= 0

l

attributel
= l

left

attributeleft
= Alias('l')

namespace

attributenamespace
= DRAWING_NS

r

attributer
= r
attributeright
= Alias('r')

t

attributet
= t

tagname

attributetagname
= 'rect'

top

attributetop
= Alias('t')

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