paragraph
Contents
[
Hide
]paragraph(Presentation pres, ForEach_.ForEachParagraphCallback forEachParagraph) method
Iterate each Paragraph in the Presentation.
Parameters
Name | Type | Description |
---|---|---|
pres | Presentation | Presentation to iterate paragraphs |
forEachParagraph | ForEach_.ForEachParagraphCallback | Callback that will be invoked for each paragraph Shapes will be iterated in all type of slides - #slide(Presentation,ForEachSlideCallback), #masterSlide(Presentation,ForEachMasterSlideCallback) and #layoutSlide(Presentation,ForEachLayoutSlideCallback) |
Returns
void
paragraph(Presentation pres, boolean includeNotes, ForEach_.ForEachParagraphCallback forEachParagraph) method
Iterate each Paragraph in the Presentation.
Parameters
Name | Type | Description |
---|---|---|
pres | Presentation | Presentation to iterate paragraphs |
includeNotes | boolean | Flag that indicates whether NotesSlides should be included in processing. |
forEachParagraph | ForEach_.ForEachParagraphCallback | Callback that will be invoked for each paragraph Shapes will be iterated in all type of slides - #slide(Presentation,ForEachSlideCallback), #masterSlide(Presentation,ForEachMasterSlideCallback), #layoutSlide(Presentation,ForEachLayoutSlideCallback) and NotesSlide |
Returns
void