Class AbstractBreaker.PageBreakPosition

java.lang.Object
org.apache.fop.layoutmgr.Position
org.apache.fop.layoutmgr.LeafPosition
org.apache.fop.layoutmgr.AbstractBreaker.PageBreakPosition
Enclosing class:
AbstractBreaker

public static class AbstractBreaker.PageBreakPosition extends LeafPosition
A page break position.
  • Field Details

    • bpdAdjust

      double bpdAdjust
    • difference

      int difference
    • footnoteFirstListIndex

      int footnoteFirstListIndex
    • footnoteFirstElementIndex

      int footnoteFirstElementIndex
    • footnoteLastListIndex

      int footnoteLastListIndex
    • footnoteLastElementIndex

      int footnoteLastElementIndex
  • Constructor Details

    • PageBreakPosition

      PageBreakPosition(LayoutManager lm, int breakIndex, int ffli, int ffei, int flli, int flei, double bpdA, int diff)