| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.pdmodel.interactive.annotation |
| Modifier and Type | Method and Description |
|---|---|
void |
PDAppearanceContentStream.setBorderLine(float lineWidth,
PDBorderStyleDictionary bs,
COSArray border)
Convenience method for annotations: sets the line with and dash style.
|
| Modifier and Type | Method and Description |
|---|---|
PDBorderStyleDictionary |
PDAnnotationSquareCircle.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.
|
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 |
PDAnnotationWidget.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 |
PDAnnotationSquareCircle.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.
|
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 |
PDAnnotationWidget.setBorderStyle(PDBorderStyleDictionary bs)
This will set the border style dictionary, specifying the width and dash pattern used in drawing the line.
|
Copyright © 2020 sejda. All rights reserved.