public class FontDictionaryPredicate extends Object implements IPdfObjectPredicate
PdfObject is a font PdfDictionary.
| Constructor and Description |
|---|
FontDictionaryPredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(com.itextpdf.kernel.pdf.PdfObject object)
Checks that current object is a PdfDictionary and has key PdfName.Type and it si associated with the value PdfName.Font.
|
public boolean test(com.itextpdf.kernel.pdf.PdfObject object)
PdfDictionary and has key PdfName.Type and it si associated with the value PdfName.Font.
test in interface IPdfObjectPredicate
object - is an argument
Copyright © 1998–2020 iText Group NV. All rights reserved.