Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderStyleDictionary
Packages that use PDBorderStyleDictionary
Package
Description
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 PDBorderStyleDictionaryModifier and TypeMethodDescriptionPDAnnotationLine.getBorderStyle()
This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.PDAnnotationLink.getBorderStyle()
This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.PDAnnotationSquareCircle.getBorderStyle()
This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.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 PDBorderStyleDictionaryModifier and TypeMethodDescriptionvoid
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.