Paper Office
paper-xlsxAPI referencechart.marker

LineProperties

paper-xlsx 0.2.1 API reference

LineProperties(w=None, cap=None, cmpd=None, algn=None, noFill=None, solidFill=None, gradFill=None, pattFill=None, prstDash=None, custDash=None, round=None, bevel=None, miter=None, headEnd=None, tailEnd=None, extLst=None)

Attributes

algn

attributealgn
= algn

bevel

attributebevel
= bevel

cap

attributecap
= cap

cmpd

attributecmpd
= cmpd

custDash

attributecustDash
= custDash

dashStyle

attributedashStyle
= Alias('prstDash')

extLst

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

gradFill

attributegradFill
= gradFill

headEnd

attributeheadEnd
= headEnd

idx_base

attributeidx_base
= 0

miter

attributemiter
= miter

namespace

attributenamespace
= DRAWING_NS

noFill

attributenoFill
= noFill

pattFill

attributepattFill
= pattFill

prstDash

attributeprstDash
= prstDash

round

attributeround
= round

solidFill

attributesolidFill
= solidFill

tagname

attributetagname
= 'ln'

tailEnd

attributetailEnd
= tailEnd

w

attributew
= w

width

attributewidth
= Alias('w')

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