Uses of Class
com.openhtmltopdf.layout.FloatLayoutResult
-
Packages that use FloatLayoutResult Package Description com.openhtmltopdf.layout -
-
Uses of FloatLayoutResult in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return FloatLayoutResult Modifier and Type Method Description static FloatLayoutResult
LayoutUtil. layoutFloated(LayoutContext c, LineBox currentLine, BlockBox block, int avail, java.util.List<FloatLayoutResult> pendingFloats)
Method parameters in com.openhtmltopdf.layout with type arguments of type FloatLayoutResult Modifier and Type Method Description static FloatLayoutResult
LayoutUtil. layoutFloated(LayoutContext c, LineBox currentLine, BlockBox block, int avail, java.util.List<FloatLayoutResult> pendingFloats)
private static int
InlineBoxing. processOutOfFlowContent(LayoutContext c, LineBox current, BlockBox block, int available, java.util.List<FloatLayoutResult> pendingFloats)
private static void
InlineBoxing. saveLine(LineBox current, LayoutContext c, BlockBox block, int minHeight, int maxAvailableWidth, java.util.List<FloatLayoutResult> pendingFloats, boolean hasFirstLinePCs, java.util.List<Layer> pendingInlineLayers, MarkerData markerData, int contentStart, boolean alwaysBreak)
-