Interface IPdfObjectPredicate

All Known Implementing Classes:
FontDictionaryPredicate, PdfImageXObjectPredicate

public interface IPdfObjectPredicate
Representation of predicate for where PdfObject is used an argument.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(com.itextpdf.kernel.pdf.PdfObject object)
    Evaluates this predicate on the given argument.
  • Method Details

    • test

      boolean test (com.itextpdf.kernel.pdf.PdfObject object)
      Evaluates this predicate on the given argument.
      Parameters:
      object - is an argument
      Returns:
      is a result of evaluation