Paper Office
paper-xlsxAPI referencechart.layout

ManualLayout

paper-xlsx 0.2.1 API reference

ManualLayout(layoutTarget=None, xMode=None, yMode=None, wMode='factor', hMode='factor', x=None, y=None, w=None, h=None, extLst=None)

Attributes

extLst

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

h

attributeh
= h

hMode

attributehMode
= hMode

height

attributeheight
= Alias('h')

idx_base

attributeidx_base
= 0

layoutTarget

attributelayoutTarget
= layoutTarget

namespace

attributenamespace
= None

tagname

attributetagname
= 'manualLayout'

w

attributew
= w

wMode

attributewMode
= wMode

width

attributewidth
= Alias('w')

x

attributex
= x

xMode

attributexMode
= xMode

y

attributey
= y

yMode

attributeyMode
= yMode

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