Package org.apache.fop.fo.flow.table
Class CollapsingBorderResolver.ResolverInBody
java.lang.Object
org.apache.fop.fo.flow.table.CollapsingBorderResolver.Resolver
org.apache.fop.fo.flow.table.CollapsingBorderResolver.ResolverInBody
- Enclosing class:
- CollapsingBorderResolver
-
Field Summary
FieldsFields inherited from class org.apache.fop.fo.flow.table.CollapsingBorderResolver.Resolver
firstInPart, tablePart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
endRow
(List<GridUnit> row, TableCellContainer container) Resolves the applicable borders for the given row.(package private) void
endTable()
Methods inherited from class org.apache.fop.fo.flow.table.CollapsingBorderResolver.Resolver
endPart, integrateLeadingBorders, integrateTrailingBorders, resolveBordersBetweenRows, resolveBordersFirstRowInTable, resolveBordersLastRowInPart, resolveBordersLastRowInTable, startPart
-
Field Details
-
firstInBody
private boolean firstInBody
-
-
Constructor Details
-
ResolverInBody
private ResolverInBody()
-
-
Method Details
-
endRow
Description copied from class:CollapsingBorderResolver.Resolver
Resolves the applicable borders for the given row.- Integrates the border-before/after of the containing table-row if any;
- Integrates the border-before of the containing part, if first row;
- Resolves border-start/end between grid units.
- Overrides:
endRow
in classCollapsingBorderResolver.Resolver
- Parameters:
row
- the row being finishedcontainer
- the containing element
-
endTable
void endTable()- Specified by:
endTable
in classCollapsingBorderResolver.Resolver
-