Uses of Class
org.apache.fop.layoutmgr.table.CollapsingBorderModel
-
Packages that use CollapsingBorderModel Package Description org.apache.fop.fo.flow.table org.apache.fop.layoutmgr.table Layout managers for tables. -
-
Uses of CollapsingBorderModel in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as CollapsingBorderModel Modifier and Type Field Description protected CollapsingBorderModelGridUnit. collapsingBorderModelThe border model helper associated with the table -
Uses of CollapsingBorderModel in org.apache.fop.layoutmgr.table
Subclasses of CollapsingBorderModel in org.apache.fop.layoutmgr.table Modifier and Type Class Description classCollapsingBorderModelEyeCatchingImplements the normal "collapse" border model defined in 6.7.10 in XSL 1.0.Methods in org.apache.fop.layoutmgr.table that return CollapsingBorderModel Modifier and Type Method Description static CollapsingBorderModelCollapsingBorderModel. getBorderModelFor(int borderCollapse)
-