Uses of Class
com.snowtide.pdf.Configuration.TelemetryMode
-
Packages that use Configuration.TelemetryMode Package Description com.snowtide.pdf This package contains a variety of core abstractions representing PDFDocument
s and theirPage
s, as well as various PDFxStream interfaces and implementations thereof that simply many PDF data extraction use cases. -
-
Uses of Configuration.TelemetryMode in com.snowtide.pdf
Methods in com.snowtide.pdf that return Configuration.TelemetryMode Modifier and Type Method Description Configuration.TelemetryMode
Configuration. getTelemetryMode()
static Configuration.TelemetryMode
Configuration.TelemetryMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Configuration.TelemetryMode[]
Configuration.TelemetryMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.snowtide.pdf with parameters of type Configuration.TelemetryMode Modifier and Type Method Description void
Configuration. setTelemetryMode(Configuration.TelemetryMode m)
-