Uses of Class
org.apache.fop.fo.flow.table.BorderSpecification
-
Packages that use BorderSpecification Package Description org.apache.fop.layoutmgr.table Layout managers for tables. -
-
Uses of BorderSpecification in org.apache.fop.layoutmgr.table
Methods in org.apache.fop.layoutmgr.table that return BorderSpecification Modifier and Type Method Description abstract BorderSpecification
CollapsingBorderModel. determineWinner(BorderSpecification border1, BorderSpecification border2)
Returns the border which wins the border conflict resolution.abstract BorderSpecification
CollapsingBorderModel. determineWinner(BorderSpecification border1, BorderSpecification border2, boolean discard)
Returns the border which wins the border conflict resolution.BorderSpecification
CollapsingBorderModelEyeCatching. determineWinner(BorderSpecification border1, BorderSpecification border2)
Returns the border which wins the border conflict resolution.BorderSpecification
CollapsingBorderModelEyeCatching. determineWinner(BorderSpecification border1, BorderSpecification border2, boolean discard)
Returns the border which wins the border conflict resolution.Methods in org.apache.fop.layoutmgr.table with parameters of type BorderSpecification Modifier and Type Method Description abstract BorderSpecification
CollapsingBorderModel. determineWinner(BorderSpecification border1, BorderSpecification border2)
Returns the border which wins the border conflict resolution.abstract BorderSpecification
CollapsingBorderModel. determineWinner(BorderSpecification border1, BorderSpecification border2, boolean discard)
Returns the border which wins the border conflict resolution.BorderSpecification
CollapsingBorderModelEyeCatching. determineWinner(BorderSpecification border1, BorderSpecification border2)
Returns the border which wins the border conflict resolution.BorderSpecification
CollapsingBorderModelEyeCatching. determineWinner(BorderSpecification border1, BorderSpecification border2, boolean discard)
Returns the border which wins the border conflict resolution.
-