Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderStyleDictionary
-
Packages that use PDBorderStyleDictionary Package Description org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. -
-
Uses of PDBorderStyleDictionary in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDBorderStyleDictionary Modifier and Type Method Description PDBorderStyleDictionary
PDAnnotationLine. getBorderStyle()
This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.PDBorderStyleDictionary
PDAnnotationLink. getBorderStyle()
This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.PDBorderStyleDictionary
PDAnnotationSquareCircle. getBorderStyle()
This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.PDBorderStyleDictionary
PDAnnotationWidget. getBorderStyle()
This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDBorderStyleDictionary Modifier and Type Method Description void
PDAnnotationLine. setBorderStyle(PDBorderStyleDictionary bs)
This will set the border style dictionary, specifying the width and dash pattern used in drawing the line.void
PDAnnotationLink. setBorderStyle(PDBorderStyleDictionary bs)
This will set the border style dictionary, specifying the width and dash pattern used in drawing the line.void
PDAnnotationSquareCircle. setBorderStyle(PDBorderStyleDictionary bs)
This will set the border style dictionary, specifying the width and dash pattern used in drawing the line.void
PDAnnotationWidget. setBorderStyle(PDBorderStyleDictionary bs)
This will set the border style dictionary, specifying the width and dash pattern used in drawing the line.
-