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):
...
Parameter | Type | Description |
---|---|---|
presentation | IPresentation | Scanned presentation. |
with_masters | bool | Determines whether master slides should be scanned. |
find | str | String value to find. |
replace | str | String value to replace. |
format | PortionFormat | Format for replacing text portion. If None then will be used format of the first character of the found string |
See Also
- class
IPresentation
- class
PortionFormat
- class
SlideUtil
- module
aspose.slides.util
- library
Aspose.Slides