Uses of Class
com.itextpdf.layout.properties.Underline
Packages that use Underline
Package
Description
-
Uses of Underline in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type UnderlineModifier and TypeMethodDescriptionElementPropertyContainer.setUnderline
(Underline underline) Sets horizontal line that can be an underline, overline or a strikethrough. -
Uses of Underline in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return UnderlineModifier and TypeMethodDescriptionUnderline.setDashPattern
(float[] dashArray, float dashPhase) Sets a description of the dash pattern to be used when paths are stroked.Underline.setStrokeColor
(TransparentColor strokeColor) Sets the stroke color of the underline.Underline.setStrokeWidth
(float strokeWidth) Sets the thickness of the underline stroke. -
Uses of Underline in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type UnderlineModifier and TypeMethodDescriptionprotected void
TextRenderer.drawSingleUnderline
(Underline underline, TransparentColor fontColor, PdfCanvas canvas, float fontSize, float italicAngleTan) -
Uses of Underline in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils that return types with arguments of type UnderlineModifier and TypeMethodDescriptionSvgTextProperties.getTextDecoration()
Gets the list ofUnderline
values representing text-decoration horizontal lines that can be an underline, strikethrough or overline.Method parameters in com.itextpdf.svg.utils with type arguments of type UnderlineModifier and TypeMethodDescriptionSvgTextProperties.setTextDecoration
(List<Underline> underlineList) Sets the list ofUnderline
values representing text-decoration horizontal lines that can be an underline, strikethrough or overline.