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 |
---|---|
PDBorderStyleDictionary |
FDFAnnotation.getBorderStyle()
This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the
annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
FDFAnnotation.setBorderStyle(PDBorderStyleDictionary bs)
This will set the border style dictionary, specifying the width and dash pattern used in drawing the annotation.
|
Modifier and Type | Method and Description |
---|---|
PDBorderStyleDictionary |
PDAnnotationWidget.getBorderStyle()
This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.
|
PDBorderStyleDictionary |
PDAnnotationSquareCircle.getBorderStyle()
This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.
|
PDBorderStyleDictionary |
PDAnnotationMarkup.getBorderStyle()
This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.
|
PDBorderStyleDictionary |
PDAnnotationLink.getBorderStyle()
This will retrieve the border style dictionary, specifying the width and dash pattern used in
drawing the line.
|
PDBorderStyleDictionary |
PDAnnotationLine.getBorderStyle()
This will retrieve the border style dictionary, specifying the width and dash pattern used in drawing the line.
|
Modifier and Type | Method and Description |
---|---|
void |
PDAnnotationWidget.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 |
PDAnnotationMarkup.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 |
PDAnnotationLine.setBorderStyle(PDBorderStyleDictionary bs)
This will set the border style dictionary, specifying the width and dash pattern used in drawing the line.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.