Uses of Class
com.openhtmltopdf.render.TextDecoration
Packages that use TextDecoration
-
Uses of TextDecoration in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type TextDecorationModifier and TypeMethodDescriptionvoid
OutputDevice.drawTextDecoration
(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) -
Uses of TextDecoration in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return types with arguments of type TextDecorationModifier and TypeMethodDescriptionstatic List
<TextDecoration> InlineBoxing.calculateTextDecorations
(Box box, int baseline, FSFontMetrics fm) -
Uses of TextDecoration in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render with type parameters of type TextDecorationModifier and TypeFieldDescriptionprivate List
<TextDecoration> InlineLayoutBox._textDecorations
private List
<TextDecoration> LineBox._textDecorations
Methods in com.openhtmltopdf.render that return types with arguments of type TextDecorationModifier and TypeMethodDescriptionInlineLayoutBox.getTextDecorations()
LineBox.getTextDecorations()
Methods in com.openhtmltopdf.render with parameters of type TextDecorationModifier and TypeMethodDescriptionvoid
AbstractOutputDevice.drawTextDecoration
(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) Method parameters in com.openhtmltopdf.render with type arguments of type TextDecorationModifier and TypeMethodDescriptionvoid
InlineLayoutBox.setTextDecorations
(List<TextDecoration> textDecoration) void
LineBox.setTextDecorations
(List<TextDecoration> textDecorations)