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 PdfPages
PdfPages. parent
(package private) PdfPages
PdfPage. parentPages
private PdfPages
PdfPagesTree. root
Fields in com.itextpdf.kernel.pdf with type parameters of type PdfPages Modifier and Type Field Description private java.util.List<PdfPages>
PdfPagesTree. parents
Methods in com.itextpdf.kernel.pdf that return PdfPages Modifier and Type Method Description protected PdfPages
PdfPagesTree. findPageParent(PdfPage pdfPage)
PdfPages
PdfPages. getParent()
protected PdfPages
PdfPagesTree. 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 void
PdfPages. addPages(PdfPages pdfPages)
private static PdfObject
PdfPage. 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)
-