Uses of Interface
com.openhtmltopdf.render.DisplayListItem
| Package | Description |
|---|---|
| com.openhtmltopdf.newtable | |
| com.openhtmltopdf.render | |
| com.openhtmltopdf.render.displaylist | |
| com.openhtmltopdf.render.simplepainter |
-
Uses of DisplayListItem in com.openhtmltopdf.newtable
Classes in com.openhtmltopdf.newtable that implement DisplayListItem Modifier and Type Class Description classTableBoxclassTableCellBoxclassTableRowBoxclassTableSectionBox -
Uses of DisplayListItem in com.openhtmltopdf.render
Classes in com.openhtmltopdf.render that implement DisplayListItem Modifier and Type Class Description classAnonymousBlockBoxAn anonymous block box as defined in the CSS spec.classBlockBoxA block box as defined in the CSS spec.classBoxclassFlowingColumnBoxclassFlowingColumnContainerBoxclassInlineLayoutBoxABoxwhich contains the portion of an inline element layed out on a single line.classLineBoxA line box contains a single line of text (or other inline content).classMarginBoxA dummy box representing one side of the margin area of a page.classOperatorClipA display list item that indicates the output device needs to clip at this point.classOperatorSetClipA display list item that indicates the output device needs to expand the clip at this point.classViewportBoxA dummy box representing the viewport -
Uses of DisplayListItem in com.openhtmltopdf.render.displaylist
Methods in com.openhtmltopdf.render.displaylist that return types with arguments of type DisplayListItem Modifier and Type Method Description List<DisplayListItem>PagedBoxCollector.PageResult. blocks()List<DisplayListItem>PaintBackgroundAndBorders. getBlocks()List<DisplayListItem>PaintListMarkers. getBlocks()List<DisplayListItem>PaintInlineContent. getInlines()List<DisplayListItem>PaintReplacedElements. getReplaceds()List<DisplayListItem>PagedBoxCollector.PageResult. inlines()List<DisplayListItem>PagedBoxCollector.PageResult. listItems()List<DisplayListItem>PagedBoxCollector.PageResult. replaceds()Constructor parameters in com.openhtmltopdf.render.displaylist with type arguments of type DisplayListItem Constructor Description PaintBackgroundAndBorders(List<DisplayListItem> blocks, Map<TableCellBox,List<CollapsedBorderSide>> collapsedTableBorders)PaintInlineContent(List<DisplayListItem> inlines)PaintListMarkers(List<DisplayListItem> blocks)PaintReplacedElements(List<DisplayListItem> blocks) -
Uses of DisplayListItem in com.openhtmltopdf.render.simplepainter
Methods in com.openhtmltopdf.render.simplepainter that return types with arguments of type DisplayListItem Modifier and Type Method Description List<DisplayListItem>SimpleBoxCollector. blocks()List<DisplayListItem>SimpleBoxCollector. inlines()List<DisplayListItem>SimpleBoxCollector. listItems()List<DisplayListItem>SimpleBoxCollector. replaceds()