- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface TextAfterLayout
This interface allows to specify a text to be calculated at the exact time of
printing. The advantage is that at this time, the complete document layout is
solved. So, especially, the page number of each widget is known, which allows
to generate layout.
- Author:
- Open Lowcode SAS