find_and_replace_text method

find_and_replace_text

Finds and replaces text in presentation with given format

@staticmethod
def find_and_replace_text(presentation, with_masters, find, replace, format):
    ...
ParameterTypeDescription
presentationIPresentationScanned presentation.
with_mastersboolDetermines whether master slides should be scanned.
findstrString value to find.
replacestrString value to replace.
formatPortionFormatFormat for replacing text portion. If null then will be used format of the first

character of the found string

See Also