Uses of Class
com.openhtmltopdf.render.InlineText
Packages that use InlineText
Package
Description
-
Uses of InlineText in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context with parameters of type InlineTextModifier and TypeMethodDescriptionContentFunctionFactory.FsIfCutOffFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) ContentFunctionFactory.LeaderFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) ContentFunctionFactory.PageCounterFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) ContentFunctionFactory.PagesCounterFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) ContentFunctionFactory.TargetCounterFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) 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 InlineTextModifier and TypeMethodDescriptionContentFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) -
Uses of InlineText in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type InlineTextModifier and TypeMethodDescriptionvoid
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 InlineTextModifier and TypeMethodDescriptionvoid
Java2DOutputDevice.drawSelection
(RenderingContext c, InlineText inlineText) Deprecated. -
Uses of InlineText in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return InlineTextModifier and TypeMethodDescriptionprivate 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 InlineTextModifier and TypeMethodDescriptionvoid
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 InlineTextMethods in com.openhtmltopdf.render with parameters of type InlineTextModifier and TypeMethodDescriptionprivate void
AbstractOutputDevice.drawFontMetrics
(RenderingContext c, InlineText inlineText) void
AbstractOutputDevice.drawText
(RenderingContext c, InlineText inlineText)