| Package | Description | 
|---|---|
| com.itextpdf.kernel.pdf | |
| com.itextpdf.kernel.pdf.canvas | |
| com.itextpdf.kernel.pdf.extgstate | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfExtGState | PdfResources. getPdfExtGState(PdfName name) | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfName | PdfResources. addExtGState(PdfExtGState extGState)
             Adds  PdfExtGStateobject to the resources. | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfExtGState | PdfCanvas. setExtGState(PdfDictionary extGState)
             Sets the ExtGState dictionary for the current graphics state 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfCanvas | PdfCanvas. setExtGState(PdfExtGState extGState)
             Sets the ExtGState dictionary for the current graphics state 
            | 
| void | CanvasGraphicsState. updateFromExtGState(PdfExtGState extGState)
             Updates current graphic state with values from extended graphic state dictionary. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfExtGState | PdfExtGState. put(PdfName key, PdfObject value)
             Puts the value into Graphics state parameter dictionary and associates it with the specified key. 
            | 
| PdfExtGState | PdfExtGState. setAlphaSourceFlag(boolean alphaSourceFlag)
             Sets the alpha source flag ("alpha is shape"), specifying whether the current soft mask and alpha constant shall be interpreted as shape values ( true) or opacity values (false),AISkey. | 
| PdfExtGState | PdfExtGState. setAutomaticStrokeAdjustmentFlag(boolean strokeAdjustment)
             Sets value of an automatic stroke adjustment flag,  SAkey. | 
| PdfExtGState | PdfExtGState. setBlackGenerationFunction(PdfObject blackGenerationFunction)
             Sets the black-generation function value,  BG. | 
| PdfExtGState | PdfExtGState. setBlackGenerationFunction2(PdfObject blackGenerationFunction2)
             Sets the black-generation function value or  Default,BG2key. | 
| PdfExtGState | PdfExtGState. setBlendMode(PdfObject blendMode)
             Sets the current blend mode for the transparent imaging model,  BMkey. | 
| PdfExtGState | PdfExtGState. setDashPattern(PdfArray dashPattern)
             Sets line dash pattern value,  Dkey. | 
| PdfExtGState | PdfExtGState. setFillOpacity(float fillingAlphaConstant)
             Sets the current alpha constant, specifying the constant shape or constant opacity value for non-stroking operations in the transparent imaging model,  cakey. | 
| PdfExtGState | PdfExtGState. setFillOverPrintFlag(boolean fillOverprintFlag)
             Set overprint flag value for non-stroking operations,  opkey. | 
| PdfExtGState | PdfExtGState. setFlatnessTolerance(float flatnessTolerance)
             Sets the flatness tolerance value,  FLkey. | 
| PdfExtGState | PdfExtGState. setFont(PdfArray font)
             Sets font and size,  Fontkey. | 
| PdfExtGState | PdfExtGState. setHalftone(PdfObject halftone)
             Sets the halftone or  Default,HTkey. | 
| PdfExtGState | PdfExtGState. setHalftoneOrigin(float x, float y)
             PDF 2.0. 
            | 
| PdfExtGState | PdfExtGState. setLineCapStyle(int lineCapStyle)
             Sets line gap style value,  LCkey. | 
| PdfExtGState | PdfExtGState. setLineJoinStyle(int lineJoinStyle)
             Sets line join style value,  LJkey. | 
| PdfExtGState | PdfExtGState. setLineWidth(float lineWidth)
             Sets line width value,  LWkey. | 
| PdfExtGState | PdfExtGState. setMiterLimit(float miterLimit)
             Sets miter limit value,  ML key. | 
| PdfExtGState | PdfExtGState. setOverprintMode(int overprintMode)
             Set overprint control mode,  OPMkey. | 
| PdfExtGState | PdfExtGState. setRenderingIntent(PdfName renderingIntent)
             Sets rendering intent value,  RIkey. | 
| PdfExtGState | PdfExtGState. setSmoothnessTolerance(float smoothnessTolerance)
             Sets the smoothness tolerance value,  SMkey. | 
| PdfExtGState | PdfExtGState. setSoftMask(PdfObject sMask)
             Sets the current soft mask,  SMaskkey. | 
| PdfExtGState | PdfExtGState. setStrokeOpacity(float strokingAlphaConstant)
             Sets the current alpha constant, specifying the constant shape or constant opacity value for stroking operations in the transparent imaging model,  CAkey. | 
| PdfExtGState | PdfExtGState. setStrokeOverPrintFlag(boolean strokeOverPrintFlag)
             Set overprint flag value for stroking operations,  OPkey. | 
| PdfExtGState | PdfExtGState. setTextKnockoutFlag(boolean textKnockoutFlag)
             Sets the text knockout flag, which determine the behaviour of overlapping glyphs within a text object in the transparent imaging model,  TKkey. | 
| PdfExtGState | PdfExtGState. setTransferFunction(PdfObject transferFunction)
             Sets the transfer function value,  TRkey. | 
| PdfExtGState | PdfExtGState. setTransferFunction2(PdfObject transferFunction2)
             Sets the transfer function value or  Default,TR2key. | 
| PdfExtGState | PdfExtGState. setUndercolorRemovalFunction(PdfObject undercolorRemovalFunction)
             Sets the undercolor-removal function,  UCRkey. | 
| PdfExtGState | PdfExtGState. setUndercolorRemovalFunction2(PdfObject undercolorRemovalFunction2)
             Sets the undercolor-removal function value or  Default,UCR2key. | 
| PdfExtGState | PdfExtGState. setUseBlackPointCompensation(boolean useBlackPointCompensation)
             PDF 2.0. 
            | 
Copyright © 1998–2019 iText Group NV. All rights reserved.