add_text_frame method

add_text_frame

Adds a new TextFrame to a shape. If shape already has TextFrame then simply changes its text.

def add_text_frame(self, text):
    ...
ParameterTypeDescription
textstrDefault text for a new TextFrame.

See Also