public final class NullCopyFilter extends Object implements ICopyFilter
ICopyFilter
instance, used as default.
Modifier and Type | Method and Description |
---|---|
static NullCopyFilter |
getInstance()
Getter for an instance of NullCopyFilter .
|
boolean |
shouldProcess(PdfObject newParent, PdfName name, PdfObject value)
Verifies whether a PdfObject should be copied in the copying flow.
|
public static NullCopyFilter getInstance()
NullCopyFilter
.
public boolean shouldProcess(PdfObject newParent, PdfName name, PdfObject value)
ICopyFilter
shouldProcess
in interface ICopyFilter
newParent
- the parent in the target of the PdfObject to be checked
name
- the name of the PdfObject if the parent is a PdfDictionary
value
- the PdfObject toi be checked
Copyright © 1998–2022 iText Group NV. All rights reserved.