Class InlineDataLoop
- java.lang.Object
-
- com.cloudofficeprint.RenderElements.RenderElement
-
- com.cloudofficeprint.RenderElements.Loops.Loop
-
- com.cloudofficeprint.RenderElements.Loops.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 Summary
Constructors Constructor Description InlineDataLoop(java.lang.String name, java.util.ArrayList<RenderElement> elements)
Horizontal table looping for Word, Excel and CSV templates.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>
getTemplateTags()
-
Methods inherited from class com.cloudofficeprint.RenderElements.Loops.Loop
addElement, getElements, getJSON, setElements
-
Methods inherited from class com.cloudofficeprint.RenderElements.RenderElement
getName, getValue, setName, setValue
-
-
-
-
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 classLoop
- Returns:
- An immutable set containing all available template tags this element can replace.
-
-