Interface HTMLPostLayoutProcessor

    • Method Detail

      • postLayout

        boolean postLayout​(ProcessingContext context,
                           com.levigo.jadice.server.html2fop.internal.HtmlLayoutResult layoutResult)
        This method is called after a layout run has already been performed.
        Parameters:
        context - contains the general processing context that is needed to process HTML documents.
        layoutResult - the layout result of the previous layout run.
        Returns:
        whether or not a relayout is required. true if relayouting should be done, false otherwise.