Uses of Class
com.itextpdf.layout.properties.TransparentColor
-
-
Uses of TransparentColor in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type TransparentColor Modifier and Type Method Description T
ElementPropertyContainer. setFontColor(TransparentColor transparentColor)
-
Uses of TransparentColor in com.itextpdf.layout.borders
Fields in com.itextpdf.layout.borders declared as TransparentColor Modifier and Type Field Description protected TransparentColor
Border. transparentColor
The color of the border. -
Uses of TransparentColor in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as TransparentColor Modifier and Type Field Description protected TransparentColor
Background. transparentColor
protected TransparentColor
Underline. transparentColor
-
Uses of TransparentColor in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return TransparentColor Modifier and Type Method Description TransparentColor
AbstractRenderer. getPropertyAsTransparentColor(int property)
Returns a property with a certain key, as aTransparentColor
.Methods in com.itextpdf.layout.renderer with parameters of type TransparentColor 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 fontStrokeColor, PdfCanvas canvas, float fontSize, float italicAngleTan)
-
Uses of TransparentColor in com.itextpdf.styledxmlparser.css.util
Methods in com.itextpdf.styledxmlparser.css.util that return TransparentColor Modifier and Type Method Description static TransparentColor
CssDimensionParsingUtils. parseColor(java.lang.String colorValue)
Parses either RGBA or CMYK color. -
Uses of TransparentColor in com.itextpdf.svg.renderers.impl
Methods in com.itextpdf.svg.renderers.impl that return TransparentColor Modifier and Type Method Description private TransparentColor
AbstractSvgNodeRenderer. getColorFromAttributeValue(SvgDrawContext context, java.lang.String rawColorValue, float objectBoundingBoxMargin, float parentOpacity)
-