get_all_text_frames method
get_all_text_frames
Returns all text frames in a PPTX presentation.
Returns
Array of TextFrame objects.
@staticmethod
def get_all_text_frames(pres, with_masters):
...
| Parameter | Type | Description |
|---|---|---|
| pres | IPresentation | Scanned presentation. |
| with_masters | bool | Determines whether master slides should be scanned. |
See Also
- class
IPresentation - class
SlideUtil - class
TextFrame - module
aspose.slides.util - library
Aspose.Slides