Uses of Class
com.itextpdf.text.pdf.PdfStructTreeController.returnType
-
Packages that use PdfStructTreeController.returnType Package Description com.itextpdf.text.pdf -
-
Uses of PdfStructTreeController.returnType in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return PdfStructTreeController.returnType Modifier and Type Method Description private PdfStructTreeController.returnType
PdfStructTreeController. copyPageMarks(PdfDictionary parentTree, PdfNumber arrayNumber, int newArrayNumber)
private PdfStructTreeController.returnType
PdfStructTreeController. findAndCopyMarks(PdfArray pages, int arrayNumber, int newArrayNumber)
static PdfStructTreeController.returnType
PdfStructTreeController.returnType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PdfStructTreeController.returnType[]
PdfStructTreeController.returnType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-