Interface IParagraphRepeatProcessor
-
- All Known Implementing Classes:
ParagraphRepeatProcessor
public interface IParagraphRepeatProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrepeatParagraph(List<Object> objects)May be called to mark a paragraph to be copied once for each element in the passed-in list.
-
-
-
Method Detail
-
repeatParagraph
void repeatParagraph(List<Object> objects)
May be called to mark a paragraph to be copied once for each element in the passed-in list. Within each copy of the row, all expressions are evaluated against one of the objects in the list.- Parameters:
objects- the objects which serve as context root for expressions found in the template table row.
-
-