Interface IRepeatDocPartProcessor
- All Known Implementing Classes:
RepeatDocPartProcessor
public interface IRepeatDocPartProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoidrepeatDocPart(List<Object> objects) May be called to mark a document part to be copied once for each element in the passed-in list.
-
Method Details
-
repeatDocPart
May be called to mark a document part 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.
-