Uses of Class
com.openhtmltopdf.render.InlineText
-
-
Uses of InlineText in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context with parameters of type InlineText Modifier and Type Method Description java.lang.String
ContentFunctionFactory.FsIfCutOffFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
java.lang.String
ContentFunctionFactory.LeaderFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
java.lang.String
ContentFunctionFactory.PageCounterFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
java.lang.String
ContentFunctionFactory.PagesCounterFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
java.lang.String
ContentFunctionFactory.TargetCounterFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
java.lang.String
ContentFunctionFactory.TargetTextFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
-
Uses of InlineText in com.openhtmltopdf.css.extend
Methods in com.openhtmltopdf.css.extend with parameters of type InlineText Modifier and Type Method Description java.lang.String
ContentFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
-
Uses of InlineText in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type InlineText Modifier and Type Method Description void
OutputDevice. drawSelection(RenderingContext c, InlineText inlineText)
void
OutputDevice. drawText(RenderingContext c, InlineText inlineText)
-
Uses of InlineText in com.openhtmltopdf.java2d
Methods in com.openhtmltopdf.java2d with parameters of type InlineText Modifier and Type Method Description void
Java2DOutputDevice. drawSelection(RenderingContext c, InlineText inlineText)
Deprecated. -
Uses of InlineText in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return InlineText Modifier and Type Method Description private static InlineText
InlineBoxing. layoutText(LayoutContext c, CalculatedStyle style, int remainingWidth, LineBreakContext lbContext, boolean needFirstLetter, byte textDirection, boolean tryToBreakAnywhere, int lineWidth, boolean forceOutput)
-
Uses of InlineText in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type InlineText Modifier and Type Method Description void
PdfBoxFastOutputDevice. drawSelection(RenderingContext c, InlineText inlineText)
void
PdfBoxOutputDevice. drawSelection(RenderingContext c, InlineText inlineText)
void
PdfBoxSlowOutputDevice. drawSelection(RenderingContext c, InlineText inlineText)
-
Uses of InlineText in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return InlineText Modifier and Type Method Description InlineText
InlineLayoutBox. findTrailingText()
InlineText
LineBox. findTrailingText()
Methods in com.openhtmltopdf.render with parameters of type InlineText Modifier and Type Method Description private void
AbstractOutputDevice. drawFontMetrics(RenderingContext c, InlineText inlineText)
void
AbstractOutputDevice. drawText(RenderingContext c, InlineText inlineText)
-