Uses of Class
com.openhtmltopdf.layout.BlockFormattingContext
| Package | Description |
|---|---|
| com.openhtmltopdf.layout |
-
Uses of BlockFormattingContext in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return BlockFormattingContext Modifier and Type Method Description BlockFormattingContextLayoutContext. getBlockFormattingContext()Methods in com.openhtmltopdf.layout that return types with arguments of type BlockFormattingContext Modifier and Type Method Description LinkedList<BlockFormattingContext>LayoutState. getBFCs()Methods in com.openhtmltopdf.layout with parameters of type BlockFormattingContext Modifier and Type Method Description voidLayer. addFloat(BlockBox floater, BlockFormattingContext bfc)voidFloatManager. clear(CssContext cssCtx, BlockFormattingContext bfc, Box box)voidFloatManager. floatBox(LayoutContext c, Layer layer, BlockFormattingContext bfc, BlockBox box)intFloatManager. getLeftFloatDistance(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth)intFloatManager. getNextLineBoxDelta(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth)intFloatManager. getRightFloatDistance(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth)voidLayoutContext. pushBFC(BlockFormattingContext bfc)Method parameters in com.openhtmltopdf.layout with type arguments of type BlockFormattingContext Modifier and Type Method Description voidLayoutState. setBFCs(LinkedList<BlockFormattingContext> s)