Uses of Class
com.itextpdf.kernel.pdf.PdfPages
-
Packages that use PdfPages Package Description com.itextpdf.kernel.pdf -
-
Uses of PdfPages in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfPages Modifier and Type Field Description private PdfPagesPdfPages. parent(package private) PdfPagesPdfPage. parentPagesprivate PdfPagesPdfPagesTree. rootFields in com.itextpdf.kernel.pdf with type parameters of type PdfPages Modifier and Type Field Description private java.util.List<PdfPages>PdfPagesTree. parentsMethods in com.itextpdf.kernel.pdf that return PdfPages Modifier and Type Method Description protected PdfPagesPdfPagesTree. findPageParent(PdfPage pdfPage)PdfPagesPdfPages. getParent()protected PdfPagesPdfPagesTree. getRoot()Methods in com.itextpdf.kernel.pdf that return types with arguments of type PdfPages Modifier and Type Method Description protected java.util.List<PdfPages>PdfPagesTree. getParents()Methods in com.itextpdf.kernel.pdf with parameters of type PdfPages Modifier and Type Method Description voidPdfPages. addPages(PdfPages pdfPages)private static PdfObjectPdfPage. getInheritedValue(PdfPages parentPages, PdfName pdfName)Constructors in com.itextpdf.kernel.pdf with parameters of type PdfPages Constructor Description PdfPages(int from, int maxCount, PdfDictionary pdfObject, PdfPages parent)PdfPages(int from, PdfDocument pdfDocument, PdfPages parent)
-