Uses of Class
org.apache.pdfbox.pdmodel.interactive.pagenavigation.PDThreadBead
Packages that use PDThreadBead
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
A package to allow provide access to PDF page navigation functionality.
-
Uses of PDThreadBead in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDThreadBeadModifier and TypeMethodDescriptionPDPage.getThreadBeads()
This will get a list of PDThreadBead objects, which are article threads in the document.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDThreadBeadModifier and TypeMethodDescriptionvoid
PDPage.setThreadBeads
(List<PDThreadBead> beads) This will set the list of thread beads.