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 PersistentBFCBlockFormattingContext. _persistentBFC -
Uses of PersistentBFC in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as PersistentBFC Modifier and Type Field Description private PersistentBFCBlockBox. _persistentBFCMethods in com.openhtmltopdf.render that return PersistentBFC Modifier and Type Method Description PersistentBFCBlockBox. getPersistentBFC()Methods in com.openhtmltopdf.render with parameters of type PersistentBFC Modifier and Type Method Description private voidFlowingColumnContainerBox. layoutFloats(java.util.TreeMap<java.lang.Integer,FlowingColumnContainerBox.ColumnPosition> columnMap, PersistentBFC bfc, int columnCount, int colWidth, int colGap)voidBlockBox. setPersistentBFC(PersistentBFC persistentBFC)
-