paragraph

Contents
[ ]

paragraph(Presentation pres, ForEach_.ForEachParagraphCallback forEachParagraph) function

Iterate each Paragraph in the Presentation.

Parameters

NameTypeDescription
presPresentationPresentation to iterate paragraphs
forEachParagraphForEach_.ForEachParagraphCallbackCallback 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)

paragraph(Presentation pres, boolean includeNotes, ForEach_.ForEachParagraphCallback forEachParagraph) function

Iterate each Paragraph in the Presentation.

Parameters

NameTypeDescription
presPresentationPresentation to iterate paragraphs
includeNotesbooleanFlag that indicates whether NotesSlides should be included in processing.
forEachParagraphForEach_.ForEachParagraphCallbackCallback 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