Class InlineDataLoop


  • public class InlineDataLoop
    extends Loop
    Horizontal table looping for Word, Excel and CSV templates. Note: this tag can be used to repeat only one row in Word. In Excel this works like a normal loop tag and repeats the cells defined by the rectangular boundary of the starting and closing tag.
    • Constructor Detail

      • InlineDataLoop

        public InlineDataLoop​(java.lang.String name,
                              java.util.ArrayList<RenderElement> elements)
        Horizontal table looping for Word, Excel and CSV templates. Note : this tag can be used to repeat only one row (in Word and in Excel this works like normal loop tag and repeats the cells defined by the rectangular boundary of starting and closing tag).
        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.