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
Methods in org.apache.pdfbox.pdmodel.graphics.state that return PDTextState Modifier and Type Method Description PDTextStatePDTextState. clone()PDTextStatePDGraphicsState. 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 voidPDGraphicsState. setTextState(PDTextState value)This will set the graphics text state.
-