Uses of Class
com.openhtmltopdf.render.TextDecoration
-
Packages that use 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 void
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 TextDecoration Modifier and Type Method Description static java.util.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 TextDecoration Modifier and Type Field Description private java.util.List<TextDecoration>
InlineLayoutBox. _textDecorations
private java.util.List<TextDecoration>
LineBox. _textDecorations
Methods in com.openhtmltopdf.render that return types with arguments of type TextDecoration Modifier and Type Method Description java.util.List<TextDecoration>
InlineLayoutBox. getTextDecorations()
java.util.List<TextDecoration>
LineBox. getTextDecorations()
Methods in com.openhtmltopdf.render with parameters of type TextDecoration Modifier and Type Method Description void
AbstractOutputDevice. drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration)
Method parameters in com.openhtmltopdf.render with type arguments of type TextDecoration Modifier and Type Method Description void
InlineLayoutBox. setTextDecorations(java.util.List<TextDecoration> textDecoration)
void
LineBox. setTextDecorations(java.util.List<TextDecoration> textDecorations)
-