Home
last modified time | relevance | path

Searched refs:optBPD (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/table/
H A DActiveCell.java265 int optBPD = Math.max(minBPD, Math.max(cellBPD.getOpt(), rowBPD.getOpt())); in handleExplicitHeight() local
266 if (pgu.getContentLength() < optBPD) { in handleExplicitHeight()
267 elementList.add(new FillerBox(optBPD - pgu.getContentLength())); in handleExplicitHeight()