Uses of Class
com.openhtmltopdf.render.TextDecoration
-
Packages that use TextDecoration Package Description com.openhtmltopdf.extend com.openhtmltopdf.render -
-
Uses of TextDecoration in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type TextDecoration Modifier and Type Method Description voidOutputDevice. drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) -
Uses of TextDecoration in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return types with arguments of type TextDecoration Modifier and Type Method Description List<TextDecoration>InlineLayoutBox. getTextDecorations()Methods in com.openhtmltopdf.render with parameters of type TextDecoration Modifier and Type Method Description voidAbstractOutputDevice. drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration)Method parameters in com.openhtmltopdf.render with type arguments of type TextDecoration Modifier and Type Method Description voidInlineLayoutBox. setTextDecorations(List<TextDecoration> textDecoration)
-