findAndReplaceText
Contents
[
Hide
]findAndReplaceText(Presentation presentation, boolean withMasters, String find, String replace) method
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. |
Returns
void
findAndReplaceText(Presentation presentation, boolean withMasters, String find, String replace, PortionFormat format) method
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 |
Returns
void