findAndReplaceText
Contents
[
Hide
]findAndReplaceText(Presentation presentation, boolean withMasters, String find, String replace) function
Finds and replaces text in presentation with given format
Parameters
Name | Type | Description |
---|---|---|
presentation | Presentation | Scanned presentation. |
withMasters | boolean | Determines whether master slides should be scanned. |
find | String | String value to find. |
replace | String | String 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
Name | Type | Description |
---|---|---|
presentation | Presentation | Scanned presentation. |
withMasters | boolean | Determines whether master slides should be scanned. |
find | String | String value to find. |
replace | String | String value to replace. |
format | PortionFormat | Format for replacing text portion. If null then will be used format of the first character of the found string |