Uses of Class
org.pdfbox.pdmodel.text.PDTextState

Packages that use PDTextState
org.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document. 
 

Uses of PDTextState in org.pdfbox.pdmodel.graphics
 

Methods in org.pdfbox.pdmodel.graphics that return PDTextState
 PDTextState PDGraphicsState.getTextState()
          This will get the graphics text state.
 

Methods in org.pdfbox.pdmodel.graphics with parameters of type PDTextState
 void PDGraphicsState.setTextState(PDTextState value)
          This will set the graphics text state.