Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderStyleDictionary
Packages that use PDBorderStyleDictionary
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
The annotation package contains classes that work with PDF annotation elements.
-
Uses of PDBorderStyleDictionary in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel with parameters of type PDBorderStyleDictionaryModifier and TypeMethodDescriptionvoid
PDAppearanceContentStream.setBorderLine
(float lineWidth, PDBorderStyleDictionary bs, COSArray border) Convenience method for annotations: sets the line with and dash style. -
Uses of PDBorderStyleDictionary in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return PDBorderStyleDictionaryModifier and TypeMethodDescriptionFDFAnnotation.getBorderStyle()
This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the annotation.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type PDBorderStyleDictionaryModifier and TypeMethodDescriptionfinal void
FDFAnnotation.setBorderStyle
(PDBorderStyleDictionary bs) This will set the border style dictionary, specifying the width and dash pattern used in drawing the annotation. -
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.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.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
PDAnnotationMarkup.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. -
Uses of PDBorderStyleDictionary in org.apache.pdfbox.pdmodel.interactive.annotation.handlers
Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers with parameters of type PDBorderStyleDictionaryModifier and TypeMethodDescription(package private) static AnnotationBorder
AnnotationBorder.getAnnotationBorder
(PDAnnotation annotation, PDBorderStyleDictionary borderStyle)