Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderEffectDictionary
-
Packages that use PDBorderEffectDictionary Package Description 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 PDBorderEffectDictionary in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return PDBorderEffectDictionary Modifier and Type Method Description PDBorderEffectDictionary
FDFAnnotation. getBorderEffect()
This will retrieve the border style dictionary, describing the effect applied to the border described by the BS entry.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type PDBorderEffectDictionary Modifier and Type Method Description void
FDFAnnotation. setBorderEffect(PDBorderEffectDictionary be)
This will set the border effect dictionary, describing the effect applied to the border described by the BS entry. -
Uses of PDBorderEffectDictionary in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDBorderEffectDictionary Modifier and Type Method Description PDBorderEffectDictionary
PDAnnotationMarkup. getBorderEffect()
This will retrieve the border effect dictionary, specifying effects to be applied used in drawing the line.PDBorderEffectDictionary
PDAnnotationSquareCircle. getBorderEffect()
This will retrieve the border effect dictionary, specifying effects to be applied used in drawing the line.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDBorderEffectDictionary Modifier and Type Method Description void
PDAnnotationMarkup. setBorderEffect(PDBorderEffectDictionary be)
This will set the border effect dictionary, specifying effects to be applied when drawing the line.void
PDAnnotationSquareCircle. setBorderEffect(PDBorderEffectDictionary be)
This will set the border effect dictionary, specifying effects to be applied when drawing the line.
-