Uses of Class
com.openhtmltopdf.layout.BlockBoxing.AbstractRelayoutDataList
-
Packages that use BlockBoxing.AbstractRelayoutDataList Package Description com.openhtmltopdf.layout -
-
Uses of BlockBoxing.AbstractRelayoutDataList in com.openhtmltopdf.layout
Subclasses of BlockBoxing.AbstractRelayoutDataList in com.openhtmltopdf.layout Modifier and Type Class Description private static class
BlockBoxing.LiteRelayoutDataList
Methods in com.openhtmltopdf.layout with parameters of type BlockBoxing.AbstractRelayoutDataList Modifier and Type Method Description private static boolean
BlockBoxing. isPageBreakBetweenChildBoxes(BlockBoxing.AbstractRelayoutDataList relayoutDataList, int runStart, int runEnd, LayoutContext c, BlockBox block)
private static java.lang.Integer
BlockBoxing. processPageBreakAvoidRun(LayoutContext c, BlockBox block, java.util.List<Box> localChildren, int offset, BlockBoxing.AbstractRelayoutDataList relayoutDataList, BlockBox childBox)
private static int
BlockBoxing. relayoutRun(LayoutContext c, java.util.List<Box> localChildren, BlockBox block, BlockBoxing.AbstractRelayoutDataList relayoutDataList, int start, int end, boolean onNewPage)
-