Uses of Class
com.openhtmltopdf.render.LineBox
-
Packages that use LineBox Package Description com.openhtmltopdf.extend com.openhtmltopdf.layout com.openhtmltopdf.render -
-
Uses of LineBox in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type LineBox Modifier and Type Method Description voidOutputDevice. drawTextDecoration(RenderingContext c, LineBox lineBox) -
Uses of LineBox in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout with parameters of type LineBox Modifier and Type Method Description voidFootnoteManager. addFootnoteBody(LayoutContext c, BlockBox footnoteBody, LineBox line)Adds a footnote body to the line box page, creating the footnote area as required.intBlockFormattingContext. getFloatDistance(CssContext cssCtx, LineBox line, int containingBlockWidth)intBlockFormattingContext. getLeftFloatDistance(CssContext cssCtx, LineBox line, int containingBlockWidth)intFloatManager. getLeftFloatDistance(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth)intBlockFormattingContext. getNextLineBoxDelta(CssContext cssCtx, LineBox line, int containingBlockWidth)intFloatManager. getNextLineBoxDelta(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth)intBlockFormattingContext. getRightFloatDistance(CssContext cssCtx, LineBox line, int containingBlockWidth)intFloatManager. getRightFloatDistance(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth)static voidLayoutUtil. layoutAbsolute(LayoutContext c, LineBox currentLine, BlockBox box)static FloatLayoutResultLayoutUtil. layoutFloated(LayoutContext c, LineBox currentLine, BlockBox block, int avail, List<FloatLayoutResult> pendingFloats)voidFootnoteManager. removeFootnoteBodies(LayoutContext c, List<BlockBox> footnoteBodies, LineBox line)Removes footnotes. -
Uses of LineBox in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return LineBox Modifier and Type Method Description LineBoxBlockBox. findLastNthLineBox(int count)LineBoxBlockBox. getLineBox()LineBoxInlineLayoutBox. getLineBox()LineBoxMarkerData. getReferenceLine()Methods in com.openhtmltopdf.render with parameters of type LineBox Modifier and Type Method Description voidAbstractOutputDevice. drawTextDecoration(RenderingContext c, LineBox lineBox)voidMarkerData. restorePreviousReferenceLine(LineBox current)voidMarkerData. setReferenceLine(LineBox referenceLine)
-