insert_text method

insert_text(self, index, text)

Insert index at the position.


def insert_text(self, index, text):
    ...
ParameterTypeDescription
indexintThe start index.
textSystem.StringThe text.

See Also