Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.listener.LocationTextExtractionStrategy
Packages that use LocationTextExtractionStrategy
-
Uses of LocationTextExtractionStrategy in com.itextpdf.kernel.pdf.canvas.parser.listener
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener that return LocationTextExtractionStrategyModifier and TypeMethodDescriptionLocationTextExtractionStrategy.setRightToLeftRunDirection(boolean rightToLeftRunDirection) Sets if text flows from left to right or from right to left.LocationTextExtractionStrategy.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.