Uses of Class
com.openhtmltopdf.layout.BlockFormattingContext
Packages that use BlockFormattingContext
-
Uses of BlockFormattingContext in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return BlockFormattingContextMethods in com.openhtmltopdf.layout that return types with arguments of type BlockFormattingContextMethods in com.openhtmltopdf.layout with parameters of type BlockFormattingContextModifier and TypeMethodDescriptionvoidLayer.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 BlockFormattingContextModifier and TypeMethodDescriptionbooleanLayoutState.equal(LinkedList<BlockFormattingContext> bfcs, MarkerData markerData, StyleTracker firstLetters, StyleTracker firstLines, String pageName, int extraSpaceTop, int extraSpaceBottom, int noPageBreak) Constructor parameters in com.openhtmltopdf.layout with type arguments of type BlockFormattingContextModifierConstructorDescriptionLayoutState(LinkedList<BlockFormattingContext> bfcs, MarkerData currentMarkerData, StyleTracker firstLetters, StyleTracker firstLines) LayoutState(LinkedList<BlockFormattingContext> bfcs, MarkerData markerData, StyleTracker firstLetters, StyleTracker firstLines, String pageName, int extraSpaceTop, int extraSpaceBottom, int noPageBreak)