Class SlideLoop


  • public class SlideLoop
    extends Loop
    Loop where a slide will be repeated for each element of the loop. Only supported in PowerPoint templates.
    • Constructor Detail

      • SlideLoop

        public SlideLoop​(java.lang.String name,
                         java.util.ArrayList<RenderElement> elements)
        To repeat a slide for each element of elements.
        Parameters:
        name - Name of this loop for the tag.
        elements - Elements to replace the tag with.
    • Method Detail

      • getTemplateTags

        public java.util.Set<java.lang.String> getTemplateTags()
        Overrides:
        getTemplateTags in class Loop
        Returns:
        An immutable set containing all available template tags this element can replace.