replace_text method

replace_text(text, replace_text)

Replace the text string of a shape .

def replace_text(self, text, replace_text):
    ...
Parameter Type Description
text str
replace_text str

See Also