Paper Office
paper-docxAPI referenceshape

InlineShapes

paper-docx 0.2.0 API reference

Sequence of InlineShape instances, supporting len(), iteration, and indexed access.

InlineShapes(body_elm: CT_Body, parent: StoryPart)

Attributes

part

attributepartXmlPart

The package part containing this object.

Functions

__getitem__

func__getitem__(idx: int)

Provide indexed access, e.g. 'inline_shapes[idx]'.

paramidxint

__iter__

func__iter__()

__len__

func__len__()

On this page