add_text_frame_for_overriding method

add_text_frame_for_overriding

Initialize TextFrameForOverriding with the text in paramener “text”. If TextFrameForOverriding is already initialized then simply changes its text.

def add_text_frame_for_overriding(self, text):
    ...
ParameterTypeDescription
textstrText for a new TextFrameForOverriding.

See Also