Uses of Class
com.itextpdf.layout.properties.Underline
-
Packages that use Underline Package Description com.itextpdf.layout com.itextpdf.layout.properties com.itextpdf.layout.renderer com.itextpdf.svg.utils -
-
Uses of Underline in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type Underline Modifier and Type Method Description T
ElementPropertyContainer. 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 Underline Modifier and Type Method Description Underline
Underline. setDashPattern(float[] dashArray, float dashPhase)
Sets a description of the dash pattern to be used when paths are stroked.Underline
Underline. setStrokeColor(TransparentColor strokeColor)
Sets the stroke color of the underline.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 Underline Modifier and Type Method Description private void
TextRenderer. drawAndTagSingleUnderline(boolean isTagged, Underline underline, TransparentColor fontStrokeColor, PdfCanvas canvas, float fontSize, float italicAngleTan)
protected void
TextRenderer. 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 Underline Modifier and Type Field Description private java.util.List<Underline>
SvgTextProperties. textDecoration
Methods in com.itextpdf.svg.utils that return types with arguments of type Underline Modifier and Type Method Description java.util.List<Underline>
SvgTextProperties. 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 Underline Modifier and Type Method Description private static void
SvgTextUtil. addUnderline(SvgDrawContext context, java.util.List<Underline> underlineList, Color strokeColor, float strokeOpacity, Color fillColor, float fillOpacity, float textDecorationLine, boolean doFill, boolean doStroke)
SvgTextProperties
SvgTextProperties. setTextDecoration(java.util.List<Underline> underlineList)
Sets the list ofUnderline
values representing text-decoration horizontal lines that can be an underline, strikethrough or overline.
-