Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderEffectDictionary
Packages that use PDBorderEffectDictionary
Package
Description
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 PDBorderEffectDictionary in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return PDBorderEffectDictionaryModifier and TypeMethodDescriptionFDFAnnotation.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 PDBorderEffectDictionaryModifier and TypeMethodDescriptionfinal 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 PDBorderEffectDictionaryModifier and TypeMethodDescriptionPDAnnotationMarkup.getBorderEffect()
This will retrieve the border effect dictionary, specifying effects to be applied used in drawing the line.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 PDBorderEffectDictionaryModifier and TypeMethodDescriptionvoid
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.