Uses of Class
com.openhtmltopdf.render.TextDecoration
| Package | Description |
|---|---|
| com.openhtmltopdf.extend | |
| com.openhtmltopdf.layout | |
| 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.layout
Methods in com.openhtmltopdf.layout that return types with arguments of type TextDecoration Modifier and Type Method Description static List<TextDecoration>InlineBoxing. calculateTextDecorations(Box box, int baseline, FSFontMetrics fm) -
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()List<TextDecoration>LineBox. 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)voidLineBox. setTextDecorations(List<TextDecoration> textDecorations)