Uses of Class
org.xhtmlrenderer.render.InlineText
Packages that use InlineText
Package
Description
-
Uses of InlineText in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type InlineTextModifier and TypeMethodDescriptionContentFunctionFactory.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) -
Uses of InlineText in org.xhtmlrenderer.css.extend
Methods in org.xhtmlrenderer.css.extend with parameters of type InlineTextModifier and TypeMethodDescriptionContentFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) -
Uses of InlineText in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return InlineTextModifier and TypeMethodDescriptionprivate static InlineText
InlineBoxing.layoutText
(LayoutContext c, CalculatedStyle style, int remainingWidth, LineBreakContext lbContext, boolean needFirstLetter) -
Uses of InlineText in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf with parameters of type InlineTextModifier and TypeMethodDescriptionvoid
ITextOutputDevice.drawSelection
(RenderingContext c, InlineText inlineText) -
Uses of InlineText in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return InlineTextMethods in org.xhtmlrenderer.render with parameters of type InlineTextModifier and TypeMethodDescriptionprivate void
AbstractOutputDevice.drawFontMetrics
(RenderingContext c, InlineText inlineText) void
AbstractOutputDevice.drawText
(RenderingContext c, InlineText inlineText) -
Uses of InlineText in org.xhtmlrenderer.swing
Fields in org.xhtmlrenderer.swing declared as InlineTextModifier and TypeFieldDescriptionprivate final InlineText
SelectionHighlighter.ViewModelInfo.text
The field for thetext
record component.Fields in org.xhtmlrenderer.swing with type parameters of type InlineTextModifier and TypeFieldDescriptionprivate Map
<Node, List<InlineText>> SelectionHighlighter.textInlineMap
Methods in org.xhtmlrenderer.swing that return InlineTextModifier and TypeMethodDescriptionSelectionHighlighter.ViewModelInfo.text()
Returns the value of thetext
record component.Methods in org.xhtmlrenderer.swing that return types with arguments of type InlineTextModifier and TypeMethodDescriptionprivate List
<InlineText> SelectionHighlighter.getInlineTextsForText
(Text t) Methods in org.xhtmlrenderer.swing with parameters of type InlineTextModifier and TypeMethodDescriptionprivate void
Java2DOutputDevice.drawSelectedText
(RenderingContext c, InlineText inlineText, InlineLayoutBox iB, FSGlyphVector glyphVector) void
Java2DOutputDevice.drawSelection
(RenderingContext c, InlineText inlineText) Constructors in org.xhtmlrenderer.swing with parameters of type InlineTextModifierConstructorDescriptionprivate
ViewModelInfo
(Range range, InlineText text) Creates an instance of aViewModelInfo
record class. -
Uses of InlineText in org.xhtmlrenderer.swt
Methods in org.xhtmlrenderer.swt with parameters of type InlineTextModifier and TypeMethodDescriptionvoid
SWTOutputDevice.drawSelection
(RenderingContext c, InlineText inlineText)