get_all_text_frames method

get_all_text_frames

Returns all text frames in a PPTX presentation.

Returns

Array of TextFrame objects.

@staticmethod
def get_all_text_frames(pres, with_masters):
    ...
ParameterTypeDescription
presIPresentationScanned presentation.
with_mastersboolDetermines whether master slides should be scanned.

See Also