findAndReplaceText

Contents
[ ]

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

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.

Returns

void


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

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

Returns

void