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
attributepartXmlPartThe 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__()