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