Uses of Class
com.openhtmltopdf.layout.PersistentBFC
-
Packages that use PersistentBFC Package Description com.openhtmltopdf.layout com.openhtmltopdf.render -
-
Uses of PersistentBFC in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as PersistentBFC Modifier and Type Field Description private PersistentBFC
BlockFormattingContext. _persistentBFC
-
Uses of PersistentBFC in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as PersistentBFC Modifier and Type Field Description private PersistentBFC
BlockBox. _persistentBFC
Methods in com.openhtmltopdf.render that return PersistentBFC Modifier and Type Method Description PersistentBFC
BlockBox. getPersistentBFC()
Methods in com.openhtmltopdf.render with parameters of type PersistentBFC Modifier and Type Method Description private void
FlowingColumnContainerBox. layoutFloats(java.util.TreeMap<java.lang.Integer,FlowingColumnContainerBox.ColumnPosition> columnMap, PersistentBFC bfc, int columnCount, int colWidth, int colGap)
void
BlockBox. setPersistentBFC(PersistentBFC persistentBFC)
-