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 void
OutputDevice. 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) InlineLayoutBox
InlineBoxing.StateVariables. layoutBox
Methods in com.openhtmltopdf.layout that return InlineLayoutBox Modifier and Type Method Description private 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, 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 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 InlineLayoutBox Modifier and Type Method Description private static InlineLayoutBox
InlineBoxing. 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 void
InlineBoxing. 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 void
InlineBoxing. 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 void
InlineBoxing. 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 InlineLayoutBox
InlineText. _parent
Methods in com.openhtmltopdf.render that return InlineLayoutBox Modifier and Type Method Description InlineLayoutBox
InlineLayoutBox. copyOf()
InlineLayoutBox
InlineText. getParent()
Methods in com.openhtmltopdf.render with parameters of type InlineLayoutBox Modifier and Type Method Description void
AbstractOutputDevice. drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration)
void
InlineText. setParent(InlineLayoutBox parent)
-