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 TypeMethodDescriptionprivate voidTextRenderer.drawAndTagSingleUnderline(boolean isTagged, Underline underline, TransparentColor fontStrokeColor, PdfCanvas canvas, float fontSize, float italicAngleTan) protected voidTextRenderer.drawSingleUnderline(Underline underline, TransparentColor fontColor, PdfCanvas canvas, float fontSize, float italicAngleTan) -
Uses of Underline in com.itextpdf.svg.utils
Fields in com.itextpdf.svg.utils with type parameters of type UnderlineMethods in com.itextpdf.svg.utils that return types with arguments of type UnderlineModifier and TypeMethodDescriptionSvgTextProperties.getTextDecoration()Gets the list ofUnderlinevalues 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 TypeMethodDescriptionprivate static voidSvgTextUtil.addUnderline(SvgDrawContext context, List<Underline> underlineList, Color strokeColor, float strokeOpacity, Color fillColor, float fillOpacity, float textDecorationLine, boolean doFill, boolean doStroke) SvgTextProperties.setTextDecoration(List<Underline> underlineList) Sets the list ofUnderlinevalues representing text-decoration horizontal lines that can be an underline, strikethrough or overline.