Class PaginationStep


  • public class PaginationStep
    extends IterateVisualProcessStep
    Computes the pagination. This step checks, whether content crosses an inner or outer page boundary. In that case, the content is shifted downwards to the next page and then marked as sticky (so it wont move any further later; this prevents infinite loops).

    This kind of shifting does not apply to inline-elements - they get shifted when their linebox gets shifted.

    Author:
    Thomas Morgner