Uses of Class
com.itextpdf.layout.properties.TransparentColor
-
-
Uses of TransparentColor in com.itextpdf.layout
Methods in com.itextpdf.layout that return TransparentColor Modifier and Type Method Description TransparentColorElementPropertyContainer. getTransparentStrokeColor()Gets the stroke color for the current element.Methods in com.itextpdf.layout with parameters of type TransparentColor Modifier and Type Method Description TElementPropertyContainer. setFontColor(TransparentColor transparentColor)TElementPropertyContainer. setStrokeColor(TransparentColor transparentColor)Sets the stroke color for the current element. -
Uses of TransparentColor in com.itextpdf.layout.borders
Fields in com.itextpdf.layout.borders declared as TransparentColor Modifier and Type Field Description protected TransparentColorBorder. transparentColorThe 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 private TransparentColorUnderline. strokeColorprotected TransparentColorBackground. transparentColorprotected TransparentColorUnderline. transparentColorMethods in com.itextpdf.layout.properties that return TransparentColor Modifier and Type Method Description TransparentColorUnderline. getStrokeColor()Gets the color of the underline stroke.Methods in com.itextpdf.layout.properties with parameters of type TransparentColor Modifier and Type Method Description UnderlineUnderline. setStrokeColor(TransparentColor strokeColor)Sets the stroke color of the underline. -
Uses of TransparentColor in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return TransparentColor Modifier and Type Method Description TransparentColorAbstractRenderer. 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 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)private voidTextRenderer. drawText(PdfCanvas canvas, UnitValue fontSize, boolean italicSimulation, java.lang.Integer textRenderingMode, java.lang.Float strokeWidth, TransparentColor fontColor, TransparentColor strokeColor) -
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 TransparentColorCssDimensionParsingUtils. 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 TransparentColorAbstractSvgNodeRenderer. getColorFromAttributeValue(SvgDrawContext context, java.lang.String rawColorValue, float objectBoundingBoxMargin, float parentOpacity)
-