Home
last modified time | relevance | path

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

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/table/
H A DEffRow.java39 public static final int LAST_IN_PART = GridUnit.LAST_IN_PART; field in EffRow
157 } else if (which == LAST_IN_PART) { in getFlag()
158 return getGridUnit(0).getFlag(GridUnit.LAST_IN_PART); in getFlag()
H A DFixedColRowGroupBuilder.java184 setFlagForCols(GridUnit.LAST_IN_PART, lastRow); in endTablePart()
H A DGridUnit.java41 public static final int LAST_IN_PART = 1; field in GridUnit
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/table/
H A DTableContentLayoutManager.java553 && pos.getRow().getFlag(EffRow.LAST_IN_PART); in addBodyAreas()