Uses of Interface
com.itextpdf.kernel.pdf.IPdfPageFactory
-
Packages that use IPdfPageFactory Package Description com.itextpdf.kernel.pdf com.itextpdf.pdfa com.itextpdf.pdfua -
-
Uses of IPdfPageFactory in com.itextpdf.kernel.pdf
Classes in com.itextpdf.kernel.pdf that implement IPdfPageFactory Modifier and Type Class Description (package private) class
PdfPageFactory
Fields in com.itextpdf.kernel.pdf declared as IPdfPageFactory Modifier and Type Field Description private static IPdfPageFactory
PdfDocument. pdfPageFactory
Methods in com.itextpdf.kernel.pdf that return IPdfPageFactory Modifier and Type Method Description protected IPdfPageFactory
PdfDocument. getPageFactory()
Returns the factory for creating page instances. -
Uses of IPdfPageFactory in com.itextpdf.pdfa
Classes in com.itextpdf.pdfa that implement IPdfPageFactory Modifier and Type Class Description (package private) class
PdfAPageFactory
Fields in com.itextpdf.pdfa declared as IPdfPageFactory Modifier and Type Field Description private static IPdfPageFactory
PdfADocument. pdfAPageFactory
Methods in com.itextpdf.pdfa that return IPdfPageFactory Modifier and Type Method Description protected IPdfPageFactory
PdfADocument. getPageFactory()
-
Uses of IPdfPageFactory in com.itextpdf.pdfua
Classes in com.itextpdf.pdfua that implement IPdfPageFactory Modifier and Type Class Description (package private) class
PdfUAPageFactory
Fields in com.itextpdf.pdfua declared as IPdfPageFactory Modifier and Type Field Description private static IPdfPageFactory
PdfUADocument. pdfPageFactory
Methods in com.itextpdf.pdfua that return IPdfPageFactory Modifier and Type Method Description protected IPdfPageFactory
PdfUADocument. getPageFactory()
-