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.
|
Modifier and Type | Method and Description |
---|---|
PDBorderEffectDictionary |
FDFAnnotation.getBorderEffect()
This will retrieve the border style dictionary, describing the effect applied to the border described by the BS
entry.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PDBorderEffectDictionary |
PDAnnotationSquareCircle.getBorderEffect()
This will retrieve the border effect dictionary, specifying effects to be applied used in drawing the line.
|
Modifier and Type | Method and Description |
---|---|
void |
PDAnnotationSquareCircle.setBorderEffect(PDBorderEffectDictionary be)
This will set the border effect dictionary, specifying effects to be applied when drawing the line.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.