Uses of Class
com.openhtmltopdf.render.StrutMetrics
-
Packages that use StrutMetrics Package Description com.openhtmltopdf.layout com.openhtmltopdf.render -
-
Uses of StrutMetrics in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return StrutMetrics Modifier and Type Method Description static StrutMetricsInlineBoxing. createDefaultStrutMetrics(LayoutContext c, Box container) -
Uses of StrutMetrics in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as StrutMetrics Modifier and Type Field Description private StrutMetricsMarkerData. _structMetricsMethods in com.openhtmltopdf.render that return StrutMetrics Modifier and Type Method Description StrutMetricsMarkerData. getStructMetrics()Methods in com.openhtmltopdf.render with parameters of type StrutMetrics Modifier and Type Method Description private static booleanListItemPainter. isInVisiblePageArea(RenderingContext c, PageBox page, StrutMetrics metrics, BlockBox box)The list item box may go over two pages.private MarkerData.GlyphMarkerBlockBox. makeGlyphMarker(StrutMetrics strutMetrics)private MarkerData.ImageMarkerBlockBox. makeImageMarker(LayoutContext c, StrutMetrics structMetrics, java.lang.String image)voidMarkerData. setStructMetrics(StrutMetrics structMetrics)
-