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
Fields in org.apache.fop.fo.flow.table declared as TableCellLayoutManager Modifier and Type Field Description private TableCellLayoutManager
PrimaryGridUnit. cellLM
Cell layout manager.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
Fields in org.apache.fop.layoutmgr.table with type parameters of type TableCellLayoutManager Modifier and Type Field Description private java.util.List<TableCellLayoutManager>
TableLayoutManager. savedTCLMs
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.Constructors in org.apache.fop.layoutmgr.table with parameters of type TableCellLayoutManager Constructor Description TableCellBreaker(TableCellLayoutManager lm, int ipd, int displayAlign)
-