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 StrutMetrics
InlineBoxing. 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 StrutMetrics
MarkerData. _structMetrics
Methods in com.openhtmltopdf.render that return StrutMetrics Modifier and Type Method Description StrutMetrics
MarkerData. getStructMetrics()
Methods in com.openhtmltopdf.render with parameters of type StrutMetrics Modifier and Type Method Description private static boolean
ListItemPainter. isInVisiblePageArea(RenderingContext c, PageBox page, StrutMetrics metrics, BlockBox box)
The list item box may go over two pages.private MarkerData.GlyphMarker
BlockBox. makeGlyphMarker(StrutMetrics strutMetrics)
private MarkerData.ImageMarker
BlockBox. makeImageMarker(LayoutContext c, StrutMetrics structMetrics, java.lang.String image)
void
MarkerData. setStructMetrics(StrutMetrics structMetrics)
-