Uses of Interface
com.itextpdf.kernel.pdf.IPdfNameTreeAccess
-
Packages that use IPdfNameTreeAccess Package Description com.itextpdf.kernel.pdf com.itextpdf.kernel.pdf.navigation com.itextpdf.kernel.pdf.tagging -
-
Uses of IPdfNameTreeAccess in com.itextpdf.kernel.pdf
Classes in com.itextpdf.kernel.pdf that implement IPdfNameTreeAccess Modifier and Type Class Description classGenericNameTreeAbstract representation of a name tree structure, as used in PDF for various purposes such as the Dests tree, the ID tree of structure elements and the embedded file tree.classPdfNameTreeMethods in com.itextpdf.kernel.pdf with parameters of type IPdfNameTreeAccess Modifier and Type Method Description private voidPdfCatalog. addOutlineToPage(PdfOutline outline, IPdfNameTreeAccess names)private voidPdfCatalog. addOutlineToPage(PdfOutline outline, PdfDictionary item, IPdfNameTreeAccess names)(package private) voidPdfCatalog. constructOutlines(PdfDictionary outlineRoot, IPdfNameTreeAccess names)Constructdictionaryiteratively. -
Uses of IPdfNameTreeAccess in com.itextpdf.kernel.pdf.navigation
Methods in com.itextpdf.kernel.pdf.navigation with parameters of type IPdfNameTreeAccess Modifier and Type Method Description abstract PdfObjectPdfDestination. getDestinationPage(IPdfNameTreeAccess names)PdfObjectPdfExplicitDestination. getDestinationPage(IPdfNameTreeAccess names)PdfObjectPdfExplicitRemoteGoToDestination. getDestinationPage(IPdfNameTreeAccess names)PdfObjectPdfNamedDestination. getDestinationPage(IPdfNameTreeAccess names)PdfObjectPdfStringDestination. getDestinationPage(IPdfNameTreeAccess names)PdfObjectPdfStructureDestination. getDestinationPage(IPdfNameTreeAccess names) -
Uses of IPdfNameTreeAccess in com.itextpdf.kernel.pdf.tagging
Classes in com.itextpdf.kernel.pdf.tagging that implement IPdfNameTreeAccess Modifier and Type Class Description classPdfStructIdTreeModels the tree of structure element IDs.
-