Class InfiniteMinorAxisLayoutStep


  • public final class InfiniteMinorAxisLayoutStep
    extends AbstractMinorAxisLayoutStep
    This process-step computes the effective layout, but it does not take horizontal pagebreaks into account. (It has to deal with vertical breaks, as they affect the text layout.)

    This processing step does not ajust anything on the vertical axis. Vertical alignment is handled in a second step.

    Please note: This layout model (unlike the default CSS model) uses the BOX-WIDTH as computed with. This means, the defined width specifies the sum of all borders, paddings and the content area width.

    Author:
    Thomas Morgner