Skip to content

paragraphs.insert doesn't work #1427

@YulianD

Description

@YulianD

When using the method:
It does not work, the paragraph is inserted at the end of the document and not in the position that is being indicated.

new_paragraph = wdocument.add_paragraph('Parrafo añadido desde python3','Normal')
wdocument.paragraphs.insert(4, new_paragraph)

Python: 3.12.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions