Uses of Class
org.apache.pdfbox.pdmodel.interactive.measurement.PDViewportDictionary
-
Packages that use PDViewportDictionary Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. -
-
Uses of PDViewportDictionary in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDViewportDictionary Modifier and Type Method Description java.util.List<PDViewportDictionary>
PDPage. getViewports()
Get the viewports.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDViewportDictionary Modifier and Type Method Description void
PDPage. setViewports(java.util.List<PDViewportDictionary> viewports)
Set the viewports.
-