insert_text method

insert_text

Insert index at the position.

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

See Also