findAndReplaceText

Contents
[ ]

findAndReplaceText(Presentation presentation, boolean withMasters, String find, String replace) function

Finds and replaces text in presentation with given format

Parameters

NameTypeDescription
presentationPresentationScanned presentation.
withMastersbooleanDetermines whether master slides should be scanned.
findStringString value to find.
replaceStringString value to replace.

findAndReplaceText(Presentation presentation, boolean withMasters, String find, String replace, PortionFormat format) function

Finds and replaces text in presentation with given format

Parameters

NameTypeDescription
presentationPresentationScanned presentation.
withMastersbooleanDetermines whether master slides should be scanned.
findStringString value to find.
replaceStringString value to replace.
formatPortionFormatFormat for replacing text portion. If null then will be used format of the first character of the found string