Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.listener.LocationTextExtractionStrategy
-
Packages that use LocationTextExtractionStrategy Package Description com.itextpdf.kernel.pdf.canvas.parser.listener -
-
Uses of LocationTextExtractionStrategy in com.itextpdf.kernel.pdf.canvas.parser.listener
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener that return LocationTextExtractionStrategy Modifier and Type Method Description LocationTextExtractionStrategyLocationTextExtractionStrategy. setRightToLeftRunDirection(boolean rightToLeftRunDirection)Sets if text flows from left to right or from right to left.LocationTextExtractionStrategyLocationTextExtractionStrategy. setUseActualText(boolean useActualText)Changes the behavior of text extraction so that if the parameter is set totrue, /ActualText marked content property will be used instead of raw decoded bytes.
-