Uses of Class
com.itextpdf.kernel.pdf.extgstate.PdfExtGState
Package
Description
-
Uses of PdfExtGState in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionPdfResources.addExtGState
(PdfExtGState extGState) AddsPdfExtGState
object to the resources. -
Uses of PdfExtGState in com.itextpdf.kernel.pdf.canvas
Modifier and TypeMethodDescriptionPdfCanvas.setExtGState
(PdfDictionary extGState) Sets the ExtGState dictionary for the current graphics stateModifier and TypeMethodDescriptionPdfCanvas.setExtGState
(PdfExtGState extGState) Sets the ExtGState dictionary for the current graphics statevoid
CanvasGraphicsState.updateFromExtGState
(PdfExtGState extGState) Updates current graphic state with values from extended graphic state dictionary. -
Uses of PdfExtGState in com.itextpdf.kernel.pdf.extgstate
Modifier and TypeMethodDescriptionPuts the value into Graphics state parameter dictionary and associates it with the specified key.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
),AIS
key.PdfExtGState.setAutomaticStrokeAdjustmentFlag
(boolean strokeAdjustment) Sets value of an automatic stroke adjustment flag,SA
key.PdfExtGState.setBlackGenerationFunction
(PdfObject blackGenerationFunction) Sets the black-generation function value,BG
.PdfExtGState.setBlackGenerationFunction2
(PdfObject blackGenerationFunction2) Sets the black-generation function value orDefault
,BG2
key.PdfExtGState.setBlendMode
(PdfObject blendMode) Sets the current blend mode for the transparent imaging model,BM
key.PdfExtGState.setDashPattern
(PdfArray dashPattern) Sets line dash pattern value,D
key.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,ca
key.PdfExtGState.setFillOverPrintFlag
(boolean fillOverprintFlag) Set overprint flag value for non-stroking operations,op
key.PdfExtGState.setFlatnessTolerance
(float flatnessTolerance) Sets the flatness tolerance value,FL
key.Sets font and size,Font
key.PdfExtGState.setHalftone
(PdfObject halftone) Sets the halftone orDefault
,HT
key.PdfExtGState.setHalftoneOrigin
(float x, float y) PDF 2.0.PdfExtGState.setLineCapStyle
(int lineCapStyle) Sets line gap style value,LC
key.PdfExtGState.setLineJoinStyle
(int lineJoinStyle) Sets line join style value,LJ
key.PdfExtGState.setLineWidth
(float lineWidth) Sets line width value,LW
key.PdfExtGState.setMiterLimit
(float miterLimit) Sets miter limit value,ML key
.PdfExtGState.setOverprintMode
(int overprintMode) Set overprint control mode,OPM
key.PdfExtGState.setRenderingIntent
(PdfName renderingIntent) Sets rendering intent value,RI
key.PdfExtGState.setSmoothnessTolerance
(float smoothnessTolerance) Sets the smoothness tolerance value,SM
key.PdfExtGState.setSoftMask
(PdfObject sMask) Sets the current soft mask,SMask
key.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,CA
key.PdfExtGState.setStrokeOverPrintFlag
(boolean strokeOverPrintFlag) Set overprint flag value for stroking operations,OP
key.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,TK
key.PdfExtGState.setTransferFunction
(PdfObject transferFunction) Sets the transfer function value,TR
key.PdfExtGState.setTransferFunction2
(PdfObject transferFunction2) Sets the transfer function value orDefault
,TR2
key.PdfExtGState.setUndercolorRemovalFunction
(PdfObject undercolorRemovalFunction) Sets the undercolor-removal function,UCR
key.PdfExtGState.setUndercolorRemovalFunction2
(PdfObject undercolorRemovalFunction2) Sets the undercolor-removal function value orDefault
,UCR2
key.PdfExtGState.setUseBlackPointCompensation
(boolean useBlackPointCompensation) PDF 2.0.