Uses of Class
com.openhtmltopdf.render.InlineLayoutBox
Packages that use InlineLayoutBox
-
Uses of InlineLayoutBox in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type InlineLayoutBoxModifier and TypeMethodDescriptionvoidOutputDevice.drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) -
Uses of InlineLayoutBox in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as InlineLayoutBoxModifier and TypeFieldDescription(package private) InlineLayoutBoxInlineBoxing.StateVariables.layoutBoxMethods in com.openhtmltopdf.layout that return InlineLayoutBoxModifier and TypeMethodDescriptionprivate static InlineLayoutBoxInlineBoxing.addFirstLetterBox(LayoutContext c, LineBox current, InlineLayoutBox currentIB, LineBreakContext lbContext, int maxAvailableWidth, int remainingWidth, byte textDirection) private static InlineLayoutBoxInlineBoxing.addOpenInlineBoxes(LayoutContext c, LineBox line, List<InlineBox> openParents, int cbWidth, Map<InlineBox, InlineLayoutBox> iBMap) We have to convert this HTML (angle brackets replaced with square brackets):Methods in com.openhtmltopdf.layout with parameters of type InlineLayoutBoxModifier and TypeMethodDescriptionprivate static InlineLayoutBoxInlineBoxing.addFirstLetterBox(LayoutContext c, LineBox current, InlineLayoutBox currentIB, LineBreakContext lbContext, int maxAvailableWidth, int remainingWidth, byte textDirection) private static InlineBoxMeasurementsInlineBoxing.calculateInlineMeasurements(LayoutContext c, InlineLayoutBox iB, VerticalAlignContext vaContext) private static voidInlineBoxing.moveInlineContents(InlineLayoutBox box, int ty) private static intInlineBoxing.positionHorizontally(CssContext c, InlineLayoutBox current, int start) private static intInlineBoxing.positionHorizontallyILBRTL(CssContext c, InlineLayoutBox current, int start, int width) private static voidInlineBoxing.positionInlineChildrenVertically(LayoutContext c, InlineLayoutBox current, VerticalAlignContext vaContext) private static voidInlineBoxing.positionInlineVertically(LayoutContext c, VerticalAlignContext vaContext, InlineLayoutBox iB) Method parameters in com.openhtmltopdf.layout with type arguments of type InlineLayoutBoxModifier and TypeMethodDescriptionprivate static InlineLayoutBoxInlineBoxing.addOpenInlineBoxes(LayoutContext c, LineBox line, List<InlineBox> openParents, int cbWidth, Map<InlineBox, InlineLayoutBox> iBMap) We have to convert this HTML (angle brackets replaced with square brackets):private static voidInlineBoxing.startInlineBlock(LayoutContext c, BlockBox box, int initialY, int breakAtLine, byte blockLayoutDirection, InlineBoxing.SpaceVariables space, InlineBoxing.StateVariables current, InlineBoxing.StateVariables previous, int contentStart, List<InlineBox> openInlineBoxes, Map<InlineBox, InlineLayoutBox> iBMap, int minimumLineHeight, MarkerData markerData, List<FloatLayoutResult> pendingFloats, boolean hasFirstLinePEs, List<Layer> pendingInlineLayers, int lineOffset, BlockBox child) private static voidInlineBoxing.startInlineBox(LayoutContext c, InlineBoxing.SpaceVariables space, InlineBoxing.StateVariables current, InlineBoxing.StateVariables previous, List<InlineBox> openInlineBoxes, Map<InlineBox, InlineLayoutBox> iBMap, InlineBox inlineBox, CalculatedStyle style) private static voidInlineBoxing.startNewInlineLine(LayoutContext c, BlockBox box, int breakAtLine, byte blockLayoutDirection, InlineBoxing.SpaceVariables space, InlineBoxing.StateVariables current, InlineBoxing.StateVariables previous, int contentStart, List<InlineBox> openInlineBoxes, Map<InlineBox, InlineLayoutBox> iBMap, int minimumLineHeight, MarkerData markerData, List<FloatLayoutResult> pendingFloats, boolean hasFirstLinePEs, List<Layer> pendingInlineLayers, int lineOffset, InlineBox inlineBox, LineBreakContext lbContext) -
Uses of InlineLayoutBox in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as InlineLayoutBoxMethods in com.openhtmltopdf.render that return InlineLayoutBoxMethods in com.openhtmltopdf.render with parameters of type InlineLayoutBoxModifier and TypeMethodDescriptionvoidAbstractOutputDevice.drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) voidInlineText.setParent(InlineLayoutBox parent)