Uses of Class
com.openhtmltopdf.render.InlineLayoutBox
-
Packages that use InlineLayoutBox Package Description com.openhtmltopdf.extend com.openhtmltopdf.layout com.openhtmltopdf.render -
-
Uses of InlineLayoutBox in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type InlineLayoutBox Modifier and Type Method Description voidOutputDevice. drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) -
Uses of InlineLayoutBox in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as InlineLayoutBox Modifier and Type Field Description (package private) InlineLayoutBoxInlineBoxing.StateVariables. layoutBoxMethods in com.openhtmltopdf.layout that return InlineLayoutBox Modifier and Type Method Description private 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, java.util.List<InlineBox> openParents, int cbWidth, java.util.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 InlineLayoutBox Modifier and Type Method Description private 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 InlineLayoutBox Modifier and Type Method Description private static InlineLayoutBoxInlineBoxing. addOpenInlineBoxes(LayoutContext c, LineBox line, java.util.List<InlineBox> openParents, int cbWidth, java.util.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, java.util.List<InlineBox> openInlineBoxes, java.util.Map<InlineBox,InlineLayoutBox> iBMap, int minimumLineHeight, MarkerData markerData, java.util.List<FloatLayoutResult> pendingFloats, boolean hasFirstLinePEs, java.util.List<Layer> pendingInlineLayers, int lineOffset, BlockBox child)private static voidInlineBoxing. startInlineBox(LayoutContext c, InlineBoxing.SpaceVariables space, InlineBoxing.StateVariables current, InlineBoxing.StateVariables previous, java.util.List<InlineBox> openInlineBoxes, java.util.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, java.util.List<InlineBox> openInlineBoxes, java.util.Map<InlineBox,InlineLayoutBox> iBMap, int minimumLineHeight, MarkerData markerData, java.util.List<FloatLayoutResult> pendingFloats, boolean hasFirstLinePEs, java.util.List<Layer> pendingInlineLayers, int lineOffset, InlineBox inlineBox, LineBreakContext lbContext) -
Uses of InlineLayoutBox in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as InlineLayoutBox Modifier and Type Field Description private InlineLayoutBoxInlineText. _parentMethods in com.openhtmltopdf.render that return InlineLayoutBox Modifier and Type Method Description InlineLayoutBoxInlineLayoutBox. copyOf()InlineLayoutBoxInlineText. getParent()Methods in com.openhtmltopdf.render with parameters of type InlineLayoutBox Modifier and Type Method Description voidAbstractOutputDevice. drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration)voidInlineText. setParent(InlineLayoutBox parent)
-