Uses of Class
com.itextpdf.kernel.pdf.annot.PdfTrapNetworkAnnotation
-
Packages that use PdfTrapNetworkAnnotation Package Description com.itextpdf.kernel.pdf.annot -
-
Uses of PdfTrapNetworkAnnotation in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot that return PdfTrapNetworkAnnotation Modifier and Type Method Description PdfTrapNetworkAnnotation
PdfTrapNetworkAnnotation. setAnnotStates(PdfArray annotStates)
An array of name objects representing the appearance states (value of the /AS entryPdfAnnotation.getAppearanceState()
) for annotations associated with the page.PdfTrapNetworkAnnotation
PdfTrapNetworkAnnotation. setFauxedFonts(PdfArray fauxedFonts)
An array of font dictionaries representing fonts that were fauxed (replaced by substitute fonts) during the generation of trap networks for the page.PdfTrapNetworkAnnotation
PdfTrapNetworkAnnotation. setFauxedFonts(java.util.List<PdfFont> fauxedFonts)
A list of font dictionaries representing fonts that were fauxed (replaced by substitute fonts) during the generation of trap networks for the page.PdfTrapNetworkAnnotation
PdfTrapNetworkAnnotation. setLastModified(PdfDate lastModified)
The date and time when the trap network was most recently modified.PdfTrapNetworkAnnotation
PdfTrapNetworkAnnotation. setVersion(PdfArray version)
An unordered array of all objects present in the page description at the time the trap networks were generated and that, if changed, could affect the appearance of the page.
-