Uses of Class
com.itextpdf.layout.properties.TransparentColor
Package
Description
-
Uses of TransparentColor in com.itextpdf.layout
Modifier and TypeMethodDescriptionElementPropertyContainer.setFontColor
(TransparentColor transparentColor) -
Uses of TransparentColor in com.itextpdf.layout.borders
Modifier and TypeFieldDescriptionprotected TransparentColor
Border.transparentColor
The color of the border. -
Uses of TransparentColor in com.itextpdf.layout.properties
Modifier and TypeFieldDescriptionprotected TransparentColor
Background.transparentColor
protected TransparentColor
Underline.transparentColor
-
Uses of TransparentColor in com.itextpdf.layout.renderer
Modifier and TypeMethodDescriptionAbstractRenderer.getPropertyAsTransparentColor
(int property) Returns a property with a certain key, as aTransparentColor
.Modifier and TypeMethodDescriptionprotected void
TextRenderer.drawSingleUnderline
(Underline underline, TransparentColor fontStrokeColor, PdfCanvas canvas, float fontSize, float italicAngleTan) -
Uses of TransparentColor in com.itextpdf.styledxmlparser.css.util
Modifier and TypeMethodDescriptionstatic TransparentColor
CssDimensionParsingUtils.parseColor
(String colorValue) Parses either RGBA or CMYK color.