Uses of Class
org.apache.pdfbox.pdmodel.graphics.state.PDTextState
-
Packages that use PDTextState Package Description org.apache.pdfbox.pdmodel.graphics.state This package deals with graphics states within the PDF document. -
-
Uses of PDTextState in org.apache.pdfbox.pdmodel.graphics.state
Fields in org.apache.pdfbox.pdmodel.graphics.state declared as PDTextState Modifier and Type Field Description private PDTextState
PDGraphicsState. textState
Methods in org.apache.pdfbox.pdmodel.graphics.state that return PDTextState Modifier and Type Method Description PDTextState
PDTextState. clone()
PDTextState
PDGraphicsState. getTextState()
This will get the graphics text state.Methods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type PDTextState Modifier and Type Method Description void
PDGraphicsState. setTextState(PDTextState value)
This will set the graphics text state.
-