Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.state |
This package deals with graphics states within the PDF document.
|
Modifier and Type | Field and Description |
---|---|
private PDTextState |
PDGraphicsState.textState |
Modifier and Type | Method and Description |
---|---|
PDTextState |
PDTextState.clone() |
PDTextState |
PDGraphicsState.getTextState()
This will get the graphics text state.
|
Modifier and Type | Method and Description |
---|---|
void |
PDGraphicsState.setTextState(PDTextState value)
This will set the graphics text state.
|