Uses of Class
org.sejda.sambox.pdmodel.interactive.annotation.PDBorderStyleDictionary
Packages that use PDBorderStyleDictionary
-
Uses of PDBorderStyleDictionary in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel with parameters of type PDBorderStyleDictionaryModifier and TypeMethodDescriptionvoidPDAppearanceContentStream.setBorderLine(float lineWidth, PDBorderStyleDictionary bs, COSArray border) Convenience method for annotations: sets the line with and dash style. -
Uses of PDBorderStyleDictionary in org.sejda.sambox.pdmodel.interactive.annotation
Methods in org.sejda.sambox.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.PDAnnotationMarkup.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.sejda.sambox.pdmodel.interactive.annotation with parameters of type PDBorderStyleDictionaryModifier and TypeMethodDescriptionvoidPDAnnotationLine.setBorderStyle(PDBorderStyleDictionary bs) This will set the border style dictionary, specifying the width and dash pattern used in drawing the line.voidPDAnnotationLink.setBorderStyle(PDBorderStyleDictionary bs) This will set the border style dictionary, specifying the width and dash pattern used in drawing the line.voidPDAnnotationMarkup.setBorderStyle(PDBorderStyleDictionary bs) This will set the border style dictionary, specifying the width and dash pattern used in drawing the line.voidPDAnnotationSquareCircle.setBorderStyle(PDBorderStyleDictionary bs) This will set the border style dictionary, specifying the width and dash pattern used in drawing the line.voidPDAnnotationWidget.setBorderStyle(PDBorderStyleDictionary bs) This will set the border style dictionary, specifying the width and dash pattern used in drawing the line.