Uses of Class
com.itextpdf.kernel.pdf.PdfOutline
Packages that use PdfOutline
Package
Description
-
Uses of PdfOutline in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfOutlineModifier and TypeFieldDescriptionprivate PdfOutlinePdfCatalog.outlinesprivate PdfOutlinePdfOutline.parentFields in com.itextpdf.kernel.pdf with type parameters of type PdfOutlineModifier and TypeFieldDescriptionprivate List<PdfOutline> PdfOutline.childrenprivate final Map<PdfObject, List<PdfOutline>> PdfCatalog.pagesWithOutlinesMethods in com.itextpdf.kernel.pdf that return PdfOutlineModifier and TypeMethodDescriptionPdfOutline.addOutline(PdfOutline outline) Adds anPdfOutlineas a child to existingPdfOutlineand put it to the end of the existingPdfOutlinechildren list.PdfOutline.addOutline(String title) Adds anPdfOutlineas a child to existingPdfOutlineand put it in the end of the existingPdfOutlinechildren list.PdfOutline.addOutline(String title, int position) Adds a newPdfOutlinewith specified parameters as a child to existingPdfOutlineand put it to specified position in the existingPdfOutlinechildren list.(package private) PdfOutlinePdfCatalog.getOutlines(boolean updateOutlines) This method returns a complete outline tree of the whole document.PdfDocument.getOutlines(boolean updateOutlines) This method returns a complete outline tree of the whole document.PdfOutline.getParent()Gets parent outline.Methods in com.itextpdf.kernel.pdf that return types with arguments of type PdfOutlineModifier and TypeMethodDescriptionPdfOutline.getAllChildren()Gets list of children outlines.PdfPage.getOutlines(boolean updateOutlines) This method gets outlines of a current page(package private) Map<PdfObject, List<PdfOutline>> PdfCatalog.getPagesWithOutlines()this method return map containing all pages of the document with associated outlines.Methods in com.itextpdf.kernel.pdf with parameters of type PdfOutlineModifier and TypeMethodDescriptionPdfOutline.addOutline(PdfOutline outline) Adds anPdfOutlineas a child to existingPdfOutlineand put it to the end of the existingPdfOutlinechildren list.private voidPdfCatalog.addOutlineToPage(PdfOutline outline, IPdfNameTreeAccess names) private voidPdfCatalog.addOutlineToPage(PdfOutline outline, PdfDictionary item, IPdfNameTreeAccess names) (package private) voidPdfCatalog.addRootOutline(PdfOutline outline) This method sets the root outline element in the catalog.private voidPdfDocument.cloneOutlines(Set<PdfOutline> outlinesToCopy, PdfOutline newParent, PdfOutline oldParent, Map<PdfPage, PdfPage> page2page, PdfDocument toDocument) This method copies create new outlines in the Document to copy.private voidPdfDocument.getAllOutlinesToCopy(PdfOutline outline, Set<PdfOutline> outlinesToCopy) This method gets all outlines to be copied including parent outlinesMethod parameters in com.itextpdf.kernel.pdf with type arguments of type PdfOutlineModifier and TypeMethodDescriptionprivate voidPdfDocument.cloneOutlines(Set<PdfOutline> outlinesToCopy, PdfOutline newParent, PdfOutline oldParent, Map<PdfPage, PdfPage> page2page, PdfDocument toDocument) This method copies create new outlines in the Document to copy.private voidPdfDocument.copyOutlines(Set<PdfOutline> outlines, PdfDocument toDocument, Map<PdfPage, PdfPage> page2page) This method copies all given outlinesprivate voidPdfDocument.getAllOutlinesToCopy(PdfOutline outline, Set<PdfOutline> outlinesToCopy) This method gets all outlines to be copied including parent outlinesConstructors in com.itextpdf.kernel.pdf with parameters of type PdfOutlineModifierConstructorDescription(package private)PdfOutline(String title, PdfDictionary content, PdfOutline parent) Create instance of document outline. -
Uses of PdfOutline in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils that return PdfOutlineModifier and TypeMethodDescriptionprivate PdfOutlinePdfSplitter.getAbsoluteTreeNextOutline(PdfOutline outline) the next element in the entire hierarchyMethods in com.itextpdf.kernel.utils with parameters of type PdfOutlineModifier and TypeMethodDescriptionprivate PdfOutlinePdfSplitter.getAbsoluteTreeNextOutline(PdfOutline outline) the next element in the entire hierarchyprivate PdfPagePdfSplitter.getPageByOutline(int fromPage, PdfOutline outline) -
Uses of PdfOutline in com.itextpdf.pdfa.checker
Methods in com.itextpdf.pdfa.checker with parameters of type PdfOutline -
Uses of PdfOutline in com.itextpdf.pdfua.checkers.utils.ua2
Methods in com.itextpdf.pdfua.checkers.utils.ua2 with parameters of type PdfOutlineModifier and TypeMethodDescriptionprivate voidPdfUA2DestinationsChecker.checkDestinationsInOutline(PdfOutline outline)