replace_text method

replace_text(text, replace_text)

Replace the text string of a shape .

def replace_text(self, text, replace_text):
    ...
ParameterTypeDescription
textstr
replace_textstr

See Also