| 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
PdfExtGState object 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), AIS key. |
PdfExtGState |
PdfExtGState.setAutomaticStrokeAdjustmentFlag(boolean strokeAdjustment)
Sets value of an automatic stroke adjustment flag,
SA key. |
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, BG2 key. |
PdfExtGState |
PdfExtGState.setBlendMode(PdfObject blendMode)
Sets the current blend mode for the transparent imaging model,
BM key. |
PdfExtGState |
PdfExtGState.setDashPattern(PdfArray dashPattern)
Sets line dash pattern value,
D key. |
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,
ca key. |
PdfExtGState |
PdfExtGState.setFillOverPrintFlag(boolean fillOverprintFlag)
Set overprint flag value for non-stroking operations,
op key. |
PdfExtGState |
PdfExtGState.setFlatnessTolerance(float flatnessTolerance)
Sets the flatness tolerance value,
FL key. |
PdfExtGState |
PdfExtGState.setFont(PdfArray font)
Sets font and size,
Font key. |
PdfExtGState |
PdfExtGState.setHalftone(PdfObject halftone)
Sets the halftone or
Default, HT key. |
PdfExtGState |
PdfExtGState.setHalftoneOrigin(float x,
float y)
PDF 2.0.
|
PdfExtGState |
PdfExtGState.setLineCapStyle(int lineCapStyle)
Sets line gap style value,
LC key. |
PdfExtGState |
PdfExtGState.setLineJoinStyle(int lineJoinStyle)
Sets line join style value,
LJ key. |
PdfExtGState |
PdfExtGState.setLineWidth(float lineWidth)
Sets line width value,
LW key. |
PdfExtGState |
PdfExtGState.setMiterLimit(float miterLimit)
Sets miter limit value,
ML key. |
PdfExtGState |
PdfExtGState.setOverprintMode(int overprintMode)
Set overprint control mode,
OPM key. |
PdfExtGState |
PdfExtGState.setRenderingIntent(PdfName renderingIntent)
Sets rendering intent value,
RI key. |
PdfExtGState |
PdfExtGState.setSmoothnessTolerance(float smoothnessTolerance)
Sets the smoothness tolerance value,
SM key. |
PdfExtGState |
PdfExtGState.setSoftMask(PdfObject sMask)
Sets the current soft mask,
SMask key. |
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,
CA key. |
PdfExtGState |
PdfExtGState.setStrokeOverPrintFlag(boolean strokeOverPrintFlag)
Set overprint flag value for stroking operations,
OP key. |
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,
TK key. |
PdfExtGState |
PdfExtGState.setTransferFunction(PdfObject transferFunction)
Sets the transfer function value,
TR key. |
PdfExtGState |
PdfExtGState.setTransferFunction2(PdfObject transferFunction2)
Sets the transfer function value or
Default, TR2 key. |
PdfExtGState |
PdfExtGState.setUndercolorRemovalFunction(PdfObject undercolorRemovalFunction)
Sets the undercolor-removal function,
UCR key. |
PdfExtGState |
PdfExtGState.setUndercolorRemovalFunction2(PdfObject undercolorRemovalFunction2)
Sets the undercolor-removal function value or
Default, UCR2 key. |
PdfExtGState |
PdfExtGState.setUseBlackPointCompensation(boolean useBlackPointCompensation)
PDF 2.0.
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.