Uses of Class
org.apache.pdfbox.pdmodel.text.PDTextState
Packages that use PDTextState
Package
Description
The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.
-
Uses of PDTextState in org.apache.pdfbox.pdmodel.graphics
Methods in org.apache.pdfbox.pdmodel.graphics that return PDTextStateModifier and TypeMethodDescriptionPDGraphicsState.getTextState()
This will get the graphics text state.Methods in org.apache.pdfbox.pdmodel.graphics with parameters of type PDTextStateModifier and TypeMethodDescriptionvoid
PDGraphicsState.setTextState
(PDTextState value) This will set the graphics text state.