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 TypeMethodDescriptionvoidOutputDevice.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._textDecorationsprivate List<TextDecoration> LineBox._textDecorationsMethods 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 TypeMethodDescriptionvoidAbstractOutputDevice.drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) Method parameters in com.openhtmltopdf.render with type arguments of type TextDecorationModifier and TypeMethodDescriptionvoidInlineLayoutBox.setTextDecorations(List<TextDecoration> textDecoration) voidLineBox.setTextDecorations(List<TextDecoration> textDecorations)