Uses of Class
org.pdfbox.pdmodel.interactive.annotation.PDBorderStyleDictionary

Packages that use PDBorderStyleDictionary
org.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. 
 

Uses of PDBorderStyleDictionary in org.pdfbox.pdmodel.interactive.annotation
 

Methods in org.pdfbox.pdmodel.interactive.annotation that return PDBorderStyleDictionary
 PDBorderStyleDictionary PDAnnotation.getBoderStyle()
          This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.
 

Methods in org.pdfbox.pdmodel.interactive.annotation with parameters of type PDBorderStyleDictionary
 void PDAnnotation.setBorderStyle(PDBorderStyleDictionary bs)
          This will set the border style dictionary, specifying the width and dash pattern used in drawing the line.