public class PdfTransparencyGroup extends PdfObjectWrapper<PdfDictionary>
| Constructor and Description |
|---|
PdfTransparencyGroup() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isWrappedObjectMustBeIndirect()
Defines if the object behind this wrapper must be an indirect object in the
resultant document.
|
PdfTransparencyGroup |
put(PdfName key,
PdfObject value) |
void |
setColorSpace(PdfArray colorSpace) |
void |
setColorSpace(PdfName colorSpace) |
void |
setIsolated(boolean isolated)
Determining the initial backdrop against which its stack is composited.
|
void |
setKnockout(boolean knockout)
Determining whether the objects within the stack are composited with one another or only with the group's backdrop.
|
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidReleasepublic void setIsolated(boolean isolated)
isolated - defines whether the PdfName.I flag will be set or removedpublic void setKnockout(boolean knockout)
knockout - defines whether the PdfName.K flag will be set or removedpublic void setColorSpace(PdfName colorSpace)
public void setColorSpace(PdfArray colorSpace)
public PdfTransparencyGroup put(PdfName key, PdfObject value)
protected boolean isWrappedObjectMustBeIndirect()
PdfObjectWrapperisWrappedObjectMustBeIndirect in class PdfObjectWrapper<PdfDictionary>Copyright © 1998–2023 iText Group NV. All rights reserved.