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 TypeMethodDescriptionvoid
OutputDevice.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) InlineLayoutBox
InlineBoxing.StateVariables.layoutBox
Methods in com.openhtmltopdf.layout that return InlineLayoutBoxModifier and TypeMethodDescriptionprivate static InlineLayoutBox
InlineBoxing.addFirstLetterBox
(LayoutContext c, LineBox current, InlineLayoutBox currentIB, LineBreakContext lbContext, int maxAvailableWidth, int remainingWidth, byte textDirection) private static InlineLayoutBox
InlineBoxing.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 InlineLayoutBox
InlineBoxing.addFirstLetterBox
(LayoutContext c, LineBox current, InlineLayoutBox currentIB, LineBreakContext lbContext, int maxAvailableWidth, int remainingWidth, byte textDirection) private static InlineBoxMeasurements
InlineBoxing.calculateInlineMeasurements
(LayoutContext c, InlineLayoutBox iB, VerticalAlignContext vaContext) private static void
InlineBoxing.moveInlineContents
(InlineLayoutBox box, int ty) private static int
InlineBoxing.positionHorizontally
(CssContext c, InlineLayoutBox current, int start) private static int
InlineBoxing.positionHorizontallyILBRTL
(CssContext c, InlineLayoutBox current, int start, int width) private static void
InlineBoxing.positionInlineChildrenVertically
(LayoutContext c, InlineLayoutBox current, VerticalAlignContext vaContext) private static void
InlineBoxing.positionInlineVertically
(LayoutContext c, VerticalAlignContext vaContext, InlineLayoutBox iB) Method parameters in com.openhtmltopdf.layout with type arguments of type InlineLayoutBoxModifier and TypeMethodDescriptionprivate static InlineLayoutBox
InlineBoxing.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 void
InlineBoxing.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 void
InlineBoxing.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 void
InlineBoxing.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 TypeMethodDescriptionvoid
AbstractOutputDevice.drawTextDecoration
(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) void
InlineText.setParent
(InlineLayoutBox parent)