Uses of Class
net.webpdf.parameter.schema.extraction.text.MetricsType
-
Packages that use MetricsType Package Description net.webpdf.parameter.schema.extraction.text -
-
Uses of MetricsType in net.webpdf.parameter.schema.extraction.text
Methods in net.webpdf.parameter.schema.extraction.text that return MetricsType Modifier and Type Method Description static MetricsTypeMetricsType. fromValue(String v)Gets the enum associated to the value passed as parameter.static MetricsTypeMetricsType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricsType[]MetricsType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-