Uses of Class
org.apache.fop.layoutmgr.table.TableCellLayoutManager
-
Packages that use TableCellLayoutManager Package Description org.apache.fop.fo.flow.table org.apache.fop.layoutmgr.table Layout managers for tables. -
-
Uses of TableCellLayoutManager in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return TableCellLayoutManager Modifier and Type Method Description TableCellLayoutManager
PrimaryGridUnit. getCellLM()
Get cell's layout manager. -
Uses of TableCellLayoutManager in org.apache.fop.layoutmgr.table
Methods in org.apache.fop.layoutmgr.table with parameters of type TableCellLayoutManager Modifier and Type Method Description protected void
TableLayoutManager. saveTableHeaderTableCellLayoutManagers(TableCellLayoutManager tclm)
Saves a TableCellLayoutManager for later use.
-