Uses of Class
com.openhtmltopdf.render.MarkerData
Packages that use MarkerData
-
Uses of MarkerData in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return MarkerDataModifier and TypeMethodDescriptionLayoutContext.getCurrentMarkerData()LayoutState.getCurrentMarkerData()Methods in com.openhtmltopdf.layout with parameters of type MarkerDataModifier and TypeMethodDescriptionbooleanLayoutState.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 MarkerDataModifierConstructorDescriptionLayoutState(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 MarkerDataMethods in com.openhtmltopdf.render with parameters of type MarkerDataModifier and TypeMethodDescriptionvoidBlockBox.setMarkerData(MarkerData markerData) voidLineBox.setMarkerData(MarkerData markerData)