Class TableRowLoop
- java.lang.Object
-
- com.cloudofficeprint.RenderElements.RenderElement
-
- com.cloudofficeprint.RenderElements.Loops.Loop
-
- com.cloudofficeprint.RenderElements.Loops.TableRowLoop
-
public class TableRowLoop extends Loop
Only supported in PowerPoint templates. This tag will merge the cells of the loop defined by the tag over the amount of elements rows.
-
-
Constructor Summary
Constructors Constructor Description TableRowLoop(java.lang.String name, java.util.ArrayList<RenderElement> elements)
Only supported in PowerPoint 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
-
TableRowLoop
public TableRowLoop(java.lang.String name, java.util.ArrayList<RenderElement> elements)
Only supported in PowerPoint templates. This tag will merge the cells of the loop defined by the tag over the amount of elements rows.- 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.
-
-