| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel.documentinterchange.prepress |
This package contains classes for prepress support in PDFBox.
|
| org.sejda.sambox.pdmodel.graphics.state | |
| org.sejda.sambox.pdmodel.interactive.annotation |
| Modifier and Type | Method and Description |
|---|---|
PDLineDashPattern |
PDBoxStyle.getLineDashPattern()
Get the line dash pattern for this box style.
|
| Modifier and Type | Method and Description |
|---|---|
PDLineDashPattern |
PDExtendedGraphicsState.getLineDashPattern()
This will get the dash pattern.
|
PDLineDashPattern |
PDGraphicsState.getLineDashPattern()
This will get the current line dash pattern.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDExtendedGraphicsState.setLineDashPattern(PDLineDashPattern dashPattern)
This will set the dash pattern for the graphics state.
|
void |
PDGraphicsState.setLineDashPattern(PDLineDashPattern value)
This will set the current line dash pattern.
|
| Modifier and Type | Method and Description |
|---|---|
PDLineDashPattern |
PDBorderStyleDictionary.getDashStyle()
This will retrieve the dash style used for drawing the border.
|
Copyright © 2019 sejda. All rights reserved.