Package | Description |
---|---|
org.apache.pdfbox.pdmodel.documentinterchange.prepress |
This package contains classes for prepress support in PDFBox.
|
org.apache.pdfbox.pdmodel.graphics.state |
This package deals with graphics states within the PDF document.
|
org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
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 |
PDGraphicsState.getLineDashPattern()
This will get the current line dash pattern.
|
PDLineDashPattern |
PDExtendedGraphicsState.getLineDashPattern()
This will get the dash pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
PDGraphicsState.setLineDashPattern(PDLineDashPattern value)
This will set the current line dash pattern.
|
void |
PDExtendedGraphicsState.setLineDashPattern(PDLineDashPattern dashPattern)
This will set the dash pattern for the graphics state.
|
Modifier and Type | Method and Description |
---|---|
PDLineDashPattern |
PDBorderStyleDictionary.getDashStyle()
This will retrieve the dash style used for drawing the border.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.