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 class
GenericNameTree
Abstract 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.class
PdfNameTree
Methods in com.itextpdf.kernel.pdf with parameters of type IPdfNameTreeAccess Modifier and Type Method Description private void
PdfCatalog. addOutlineToPage(PdfOutline outline, IPdfNameTreeAccess names)
private void
PdfCatalog. addOutlineToPage(PdfOutline outline, PdfDictionary item, IPdfNameTreeAccess names)
(package private) void
PdfCatalog. constructOutlines(PdfDictionary outlineRoot, IPdfNameTreeAccess names)
Constructdictionary
iteratively. -
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 PdfObject
PdfDestination. getDestinationPage(IPdfNameTreeAccess names)
PdfObject
PdfExplicitDestination. getDestinationPage(IPdfNameTreeAccess names)
PdfObject
PdfExplicitRemoteGoToDestination. getDestinationPage(IPdfNameTreeAccess names)
PdfObject
PdfNamedDestination. getDestinationPage(IPdfNameTreeAccess names)
PdfObject
PdfStringDestination. getDestinationPage(IPdfNameTreeAccess names)
PdfObject
PdfStructureDestination. 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 class
PdfStructIdTree
Models the tree of structure element IDs.
-