Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderStyleDictionary
-
Packages that use PDBorderStyleDictionary Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.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
Methods in org.apache.pdfbox.pdmodel with parameters of type PDBorderStyleDictionary Modifier and Type Method Description voidPDAppearanceContentStream. 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 PDBorderStyleDictionary Modifier and Type Method Description PDBorderStyleDictionaryFDFAnnotation. 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 PDBorderStyleDictionary Modifier and Type Method Description voidFDFAnnotation. 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 PDBorderStyleDictionary Modifier and Type Method Description PDBorderStyleDictionaryPDAnnotationLine. getBorderStyle()This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.PDBorderStyleDictionaryPDAnnotationLink. getBorderStyle()This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.PDBorderStyleDictionaryPDAnnotationMarkup. getBorderStyle()This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.PDBorderStyleDictionaryPDAnnotationSquareCircle. getBorderStyle()This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.PDBorderStyleDictionaryPDAnnotationWidget. 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 voidPDAnnotationLine. 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.
-