Uses of Enum
org.apache.tika.parser.pdf.PDFParserConfig.IMAGE_STRATEGY
Packages that use PDFParserConfig.IMAGE_STRATEGY
-
Uses of PDFParserConfig.IMAGE_STRATEGY in org.apache.tika.parser.pdf
Methods in org.apache.tika.parser.pdf that return PDFParserConfig.IMAGE_STRATEGYModifier and TypeMethodDescriptionPDFParserConfig.getImageStrategy()
Returns the enum constant of this type with the specified name.static PDFParserConfig.IMAGE_STRATEGY[]
PDFParserConfig.IMAGE_STRATEGY.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.parser.pdf with parameters of type PDFParserConfig.IMAGE_STRATEGYModifier and TypeMethodDescriptionvoid
PDFParserConfig.setImageStrategy
(PDFParserConfig.IMAGE_STRATEGY imageStrategy)