Uses of Class
com.openhtmltopdf.render.MarkerData
-
Packages that use MarkerData Package Description com.openhtmltopdf.layout com.openhtmltopdf.render -
-
Uses of MarkerData in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return MarkerData Modifier and Type Method Description MarkerDataLayoutContext. getCurrentMarkerData()MarkerDataLayoutState. getCurrentMarkerData()Methods in com.openhtmltopdf.layout with parameters of type MarkerData Modifier and Type Method Description booleanLayoutState. equal(MarkerData currentMarkerData, StyleTracker firstLetters, StyleTracker firstLines, String pageName)booleanLayoutState. equal(LinkedList<BlockFormattingContext> bfcs, MarkerData markerData, StyleTracker firstLetters, StyleTracker firstLines, String pageName, int extraSpaceTop, int extraSpaceBottom, int noPageBreak)voidLayoutContext. setCurrentMarkerData(MarkerData currentMarkerData)Constructors in com.openhtmltopdf.layout with parameters of type MarkerData Constructor Description LayoutState(StyleTracker firstLetters, StyleTracker firstLines, MarkerData currentMarkerData, String pageName)LayoutState(LinkedList<BlockFormattingContext> bfcs, MarkerData currentMarkerData, StyleTracker firstLetters, StyleTracker firstLines)LayoutState(LinkedList<BlockFormattingContext> bfcs, MarkerData markerData, StyleTracker firstLetters, StyleTracker firstLines, String pageName, int extraSpaceTop, int extraSpaceBottom, int noPageBreak) -
Uses of MarkerData in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return MarkerData Modifier and Type Method Description MarkerDataBlockBox. getMarkerData()MarkerDataLineBox. getMarkerData()Methods in com.openhtmltopdf.render with parameters of type MarkerData Modifier and Type Method Description voidBlockBox. setMarkerData(MarkerData markerData)voidLineBox. setMarkerData(MarkerData markerData)
-